Useful encrypt/decrypt w/gui
- Posted by irv Aug 11, 2020
- 1241 views
Here's a handy utility for hiding stuff, such as photos, lists of passwords, etc. Uses EuGTK and ccrypt on Linux. CCrypt is also available for Windows, so this should work there too. Not tested on Windows.
said...
ccrypt is a utility for encrypting and decrypting files and streams. It was designed to replace the standard unix crypt utility, which is notorious for using a very weak encryption algorithm. ccrypt is based on the Rijndael cipher, which is the U.S. government's chosen candidate for the Advanced Encryption Standard (AES, see http://www.nist.gov/aes/). This cipher is believed to provide very strong security.