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
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