summaryrefslogtreecommitdiffstats
path: root/system/aespipe/README
blob: 2dd6c3362494cc3715f9d33c188c5f98e9fd5fd7 (plain)
1
2
3
4
5
6
7
8
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.