Nach Kochbuch:
Chiffierung binaer: openssl enc -cryptverfahren -a -in inputfile -out outputfile
Dechiffierung: mit -d: openssl enc -d -cryptverfahren -a -in inputfile -out outputfile