summaryrefslogtreecommitdiffstats
path: root/system/aespipe/README
diff options
context:
space:
mode:
author markus reichelt2010-06-19 16:37:21 +0200
committer Erik Hanson2010-06-20 22:19:58 +0200
commit3755a3969997020ebc26ed1c851fd28eec4fb4db (patch)
treefb187007f567294f1d915fbb5df323ad0d204cbd /system/aespipe/README
parent3ed30e2532209265ce7bd6214fc731841348bcb6 (diff)
downloadslackbuilds-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/README9
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.