From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20908 invoked by alias); 16 Jul 2012 22:06:11 -0000 Received: (qmail 20891 invoked by uid 22791); 16 Jul 2012 22:06:10 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,MSGID_FROM_MTA_HEADER,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,TW_BM X-Spam-Check-By: sourceware.org Received: from blu0-omc1-s3.blu0.hotmail.com (HELO blu0-omc1-s3.blu0.hotmail.com) (65.55.116.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Jul 2012 22:05:57 +0000 Received: from BLU0-SMTP364 ([65.55.116.7]) by blu0-omc1-s3.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 16 Jul 2012 15:05:56 -0700 Message-ID: Received: from [127.0.0.1] ([77.27.22.4]) by BLU0-SMTP364.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 16 Jul 2012 15:05:56 -0700 Date: Mon, 16 Jul 2012 22:06:00 -0000 From: Aaron Schneider User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: mcrypt issue References: <0D835E9B9CD07F40A48423F80D3B5A700145F9@USA7109MB022.na.xerox.net> In-Reply-To: <0D835E9B9CD07F40A48423F80D3B5A700145F9@USA7109MB022.na.xerox.net> Content-Type: text/plain; charset="KOI8-R"; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-07/txt/msg00323.txt.bz2 On 16/07/2012 22:16, Nellis, Kenneth wrote: > 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@gnutls.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 > > > The commands you show work correctly with older version of the software. Specifically, I've tried this: mcrypt-2.6.7-1.tar.bz2 libmcrypt4-2.5.8-1.tar.bz2 libmcrypt-2.5.8-1.tar.bz2 Although on Ubuntu 12.04 LTS latest versions of mcrypt and libmcrypts work with these two commands. -- 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