diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-05-13 01:00:42 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 01:00:42 +0200 |
commit | b072cc799b022c372b67b18c3890caa89e84342c (patch) | |
tree | 2d2734d10eccccbb9541a9a4947d7d43e9e4d150 /system/ccrypt/README | |
parent | eb839f7e0b4219801890a6ee48bc30c5692b6258 (diff) | |
download | slackbuilds-b072cc799b022c372b67b18c3890caa89e84342c.tar.gz |
system/ccrypt: Added to 13.0 repository
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. |