mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
5 lines
261 B
Plaintext
5 lines
261 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.
|