hi. i'm trying to use gpg in symmetric cipher mode. when i encrypt and then decrypt, i get the strange result that my file has SLIGHTLY changed (an error every 32 bytes, or so.)
for example: % gpg --version gpg (GnuPG) 1.2.2 % gpg -c foo % gpg -d foo.gpg > bar gpg: CAST5 encrypted data gpg: WARNING: message was not integrity protected % cmp foo bar foo bar differ: char 39, line 1 what gives? i'm running windows 2000. (i just had a thought: is this a result of LF/CR conversion?) K. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/