Exploring technical stuff like Linux(mainly Ubuntu), Python and Raspberry Pi.
Encryption: openssl aes-256-cbc -in myFile.txt -out encrypted.enc Decryption: openssl aes-256-cbc -d -in encrypted.enc -out myOutput.txt
openssl aes-256-cbc -in myFile.txt -out encrypted.enc
openssl aes-256-cbc -d -in encrypted.enc -out myOutput.txt
No comments:
Post a Comment