mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
3755a39699
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
9 lines
438 B
Text
9 lines
438 B
Text
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.
|