Amaespipe: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 8: Line 8:
Amaespipe  requires  aespipe and gpg to work. Aespipe is available from http://loop-aes.sourceforge.net/
Amaespipe  requires  aespipe and gpg to work. Aespipe is available from http://loop-aes.sourceforge.net/


Amaespipe will search for aespipe program in the following directory: /usr/bin:/usr/local/bin:/sbin:/usr/sbin.
Amaespipe will search for the aespipe program in the following directories: /usr/bin:/usr/local/bin:/sbin:/usr/sbin.


Amaespipe is called by [[amcrypt]] for Amanda data encryption.
Amaespipe is called by [[amcrypt]] for Amanda data encryption.


Amaespipe  is based on aespipe’s bzaespipe program. It calls aespipe to encrypt data using AES256 as the encryption and SHA256  as the hash unction.  GPG  key should be stored in $AMANDA_HOME/.gnupg/am_key.gpg.  Amaespipe reads passphrase from file descriptor 3.  During decryption, amaespipe autodects encryption type and hash function from the encrypted image.
Amaespipe  is based on aespipe’s bzaespipe program. It calls aespipe to encrypt data using AES256 as the encryption and SHA256  as the hash functionThe GPG  key should be stored in $AMANDA_HOME/.gnupg/am_key.gpg.  Amaespipe reads a passphrase from file descriptor 3.  During decryption, amaespipe autodects encryption type and hash function from the encrypted image.


==SEE ALSO==
==SEE ALSO==
[[amanda]](8), [[amanda.conf]](5), aespipe(1), [[amcrypt]](8), gpg(1)
[[amanda]](8), [[amanda.conf]](5), aespipe(1), [[amcrypt]](8), gpg(1)

Revision as of 18:01, 26 January 2006

NAME

amaespipe - wrapper program for aespipe

SYNOPSIS

amaespipe

DESCRIPTION

Amaespipe requires aespipe and gpg to work. Aespipe is available from http://loop-aes.sourceforge.net/

Amaespipe will search for the aespipe program in the following directories: /usr/bin:/usr/local/bin:/sbin:/usr/sbin.

Amaespipe is called by amcrypt for Amanda data encryption.

Amaespipe is based on aespipe’s bzaespipe program. It calls aespipe to encrypt data using AES256 as the encryption and SHA256 as the hash function. The GPG key should be stored in $AMANDA_HOME/.gnupg/am_key.gpg. Amaespipe reads a passphrase from file descriptor 3. During decryption, amaespipe autodects encryption type and hash function from the encrypted image.

SEE ALSO

amanda(8), amanda.conf(5), aespipe(1), amcrypt(8), gpg(1)