This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
gpg -c does NOT work
- From: "Karl Stiefvater" <qarl at qarl dot com>
- To: cygwin at cygwin dot com
- Date: Wed, 6 Aug 2003 16:04:45 -0700 (PDT)
- Subject: gpg -c does NOT work
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/