diff options
author | markus reichelt <slackbuilds@mareichelt.de> | 2010-06-19 09:37:21 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-20 15:19:58 -0500 |
commit | 3755a3969997020ebc26ed1c851fd28eec4fb4db (patch) | |
tree | fb187007f567294f1d915fbb5df323ad0d204cbd /system/aespipe/README | |
parent | 3ed30e2532209265ce7bd6214fc731841348bcb6 (diff) | |
download | slackbuilds-3755a3969997020ebc26ed1c851fd28eec4fb4db.tar.gz |
system/aespipe: Added (AES encrypting or decrypting pipe)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/aespipe/README')
-rw-r--r-- | system/aespipe/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/aespipe/README b/system/aespipe/README new file mode 100644 index 0000000000..2dd6c33624 --- /dev/null +++ b/system/aespipe/README @@ -0,0 +1,9 @@ +aespipe is a AES encrypting or decrypting pipe. It reads from +standard input and writes to standard output. It can be used to +create and restore encrypted tar or cpio archives, and to +encrypt and decrypt loop-AES compatible encrypted disk images. + +To compile a static binary, pass STATIC=yes to the script. + +The script includes runtime support for VIA padlock hardware AES +and Intel hardware AES. Check aespipe.README for other options. |