Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <59952.63.162.153.2.1060211085.squirrel@mail.lunch.org> Date: Wed, 6 Aug 2003 16:04:45 -0700 (PDT) Subject: gpg -c does NOT work From: "Karl Stiefvater" To: cygwin AT cygwin DOT com User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal 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/