X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,TW_BM X-Spam-Check-By: sourceware.org From: "Nellis, Kenneth" To: "cygwin AT cygwin DOT com" Subject: mcrypt issue Date: Mon, 16 Jul 2012 20:16:23 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A700145F9@USA7109MB022.na.xerox.net> Content-Type: text/plain; charset="koi8-r" MIME-Version: 1.0 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q6GKGwPH025240 I am seeing an mcrypt problem with short plaintext strings. I don't have a Linux box to compare results, so I don't know if this is an upstream or a Cygwin issue. $ mcrypt --version Mcrypt v.2.6.8 (i686-pc-cygwin) Linked against libmcrypt v.2.5.8 Copyright (C) 1998-2002 Nikos Mavroyanopoulos (nmav AT gnutls DOT org) $ Longer strings seem to work: $ echo abcdef | mcrypt -q -k xyz | mcrypt -dq -k xyz abcdef $ But shorter ones not so much: $ echo abcde | mcrypt -q -k xyz | mcrypt -dq -k xyz ab‘$ --Ken Nellis -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple