cifratura:
$ openssl bf -in chiaro.txt -out cifrato.txt
decifratura:
$ openssl bf -d -in cifrato.txt -out chiaro.txt