OpenSSL file encryption

Encrypt

openssl aes-256-cbc -in /path/to/infile.ext -out /path/to/encrypted.file.ext

Decrypt

openssl aes-256-cbc -d -in /path/to/encrypted.file.ext -out /path/to/decrypted.file.ext

hexdump binwalk file strings

openssl rand -hex 32

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.