hpr1471 :: Encrypt Your Stuff With Blowfish
@sigflup tells us how to Encrypt Your Stuff With Blowfish with openssl on the command line
Hosted by sigflup on Monday, 2014-03-24 is flagged as Clean and is released under a CC-BY-SA license.
openssl, BlowFish, encryption.
2.
Listen in ogg,
opus,
or mp3 format. Play now:
Duration: 00:05:00
Download the transcription and
subtitles.
Privacy and Security.
In this open series, you can contribute shows that are on the topic of Privacy and Security
encrypting: $ openssl bf -e < my_file > my_file.bf decrypting: $ openssl bf -d < my_file.bf > my_file