Hacking Networks
Passwords
HomeLearnHackMonitor
Search…
⌃K
Links
Passwords
Welcome!
The Company
Vision and Values
Meet the Team!
Wordlists
Requesting Time Off
Filing Expenses
Linux Passwords
/etc/show
Openssl
Windows Passwords
Page 2
Main Tools
John the Ripper
Hashcat
Powered By GitBook

Openssl

Encrypt:
openssl aes-256-cbc -a -salt -pbkdf2 -in secrets.txt -out secrets.txt.enc
Decrypt:
openssl aes-256-cbc -d -a -pbkdf2 -in secrets.txt.enc -out secrets.txt.new
​More details on the various flags​
GitHub - glv2/bruteforce-salted-openssl: Try to find the password of a file that was encrypted with the 'openssl' command.
GitHub
MyExperiments - Finding cipher algorithm of an encrypted file
Hack the Box – Hawk writeup
Hack the Box & CTF Write-ups
Encrypt & Decrypt Files With Password Using OpenSSL - ShellHacks
ShellHacks
Linux Passwords - Previous
/etc/show
Next - Windows Passwords
Page 2
Last modified 11mo ago
Copy link