Cifratura file con openssl

Tags:

cifratura:

$ openssl bf -in chiaro.txt -out cifrato.txt

decifratura:

$ openssl bf -d -in cifrato.txt -out chiaro.txt