From 3755a3969997020ebc26ed1c851fd28eec4fb4db Mon Sep 17 00:00:00 2001 From: markus reichelt Date: Sat, 19 Jun 2010 09:37:21 -0500 Subject: system/aespipe: Added (AES encrypting or decrypting pipe) Signed-off-by: Robby Workman --- system/aespipe/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 system/aespipe/README (limited to 'system/aespipe/README') 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. -- cgit v1.2.3-80-g2a13