f5d033c180
-- Encrypt/decrypt stdin using the Advanced Encryption Standard winner "Rijndael" encryption algorithm in Cipher Block Feedback (stream) mode. Uses /dev/urandom to create a salt. Prepends the output stream with salt when encrypting, strips it off when decrypting. WWW: http://aescrypt.sourceforge.net/
7 lines
279 B
Plaintext
7 lines
279 B
Plaintext
Encrypt/decrypt stdin using the Advanced Encryption Standard winner
|
|
"Rijndael" encryption algorithm in Cipher Block Feedback (stream)
|
|
mode. Uses /dev/urandom to create a salt. Prepends the output stream
|
|
with salt when encrypting, strips it off when decrypting.
|
|
|
|
WWW: ${HOMEPAGE}
|