Matthias Schniedermeyer wrote: > aespipe -p3 -d < <data> 3< <key> > didn't seam to work for me. :-( aespipe -d -e AES128 -p3 3<cleartext-65-line-key-file <inputFile >outputFile ^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ aespipe -d -e AES128 -p3 3< <( ./cleartext-65-line-key-outputting-script ) <inputFile >outputFile ^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ aespipe -d -e AES128 -K foo.gpg -p3 3<cleartext-1-line-gpg-passphrase-file <inputFile >outputFile ^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ aespipe -d -e AES128 -K foo.gpg -p3 3< <( ./cleartext-1-line-gpg-passphrase-outputting-script ) <inputFile >outputFile ^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- Jari Ruusu 1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9 DB 1D EB E3 24 0E A9 DD - Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/