Encryting both file contents and file name with GnuPG

Neil Phillips neil.phillips39 at gmail.com
Sun Jan 2 18:18:27 CET 2011


Neil Phillips <neil.phillips39 <at> gmail.com> writes:

> 
> 
> gpg should be able to give a hash, something like;
> gpg -output sha1("a filename") -e filename
> 
 or rather something like;
type sha1(filename)| gpg -o 0 -e filename
or
echo sha1(filename)| gpg -o 0 -e filename





More information about the Gnupg-users mailing list