SlackBuildsOrg/system/aespipe
David Spencer cc54b44921 system/aespipe: Fixed version name in SlackBuild.
Removed extraneous 'v' from built package name so it matches everything else.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2013-11-24 19:23:44 +07:00
..
aespipe.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
aespipe.SlackBuild system/aespipe: Fixed version name in SlackBuild. 2013-11-24 19:23:44 +07:00
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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.