Tools and Utilities
Here are some tools and utilities commonly used for practices related to cryptography:
OpenSSL
Tool-kit for cryptography
Generate keys and certificates
Encrypt and Decrypt data and typical ciphers
Commands
Connect as a client
Generate private key with RSA
Generate hash for Linux user
John the ripper
Password cracking tool, known for its speed and efficiency in cracking weak passwords. Comes with various modules specialized for cracking and retrieving hashes from specific files.
Commands
Install
Broke hash
Use unshadow to create a crackable file
Extract hash from zip file
Hashcat
Password recovery tool that supports a wide range of hashing algorithms, primarily used for cracking passwords stored in hashed formats.
Commands
Install
Filter code of a hash mode
Attack hash
Dcode.fr
Online tool for encrypting, decrypting, encoding, or decoding ciphers
Cyberchef
Online tool for encrypting, decrypting, encoding, or decoding ciphers
Crackstation
Online tool for identifying hashes and finding their related values.
Hash-identifier
Command line utility to identify possible hashing methods related to a value
Commands
Install
Filter code of a hash mode
Last updated
Was this helpful?