diff options
Diffstat (limited to 'system/ccrypt/README')
-rw-r--r-- | system/ccrypt/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/ccrypt/README b/system/ccrypt/README new file mode 100644 index 0000000000..7ecb35a989 --- /dev/null +++ b/system/ccrypt/README @@ -0,0 +1,5 @@ +ccrypt is a utility for encrypting and decrypting files and streams. It was +designed as a replacement for the standard unix crypt utility. ccrypt is +based on the Rijndael cipher (aka AES). + +Please see man page for details. |