delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2012/07/18/11:26:09

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,TW_BM
X-Spam-Check-By: sourceware.org
From: "Nellis, Kenneth" <Kenneth DOT Nellis AT xerox DOT com>
To: "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com>
Subject: RE: mcrypt issue
Date: Wed, 18 Jul 2012 15:25:07 +0000
Message-ID: <0D835E9B9CD07F40A48423F80D3B5A70014913@USA7109MB022.na.xerox.net>
References: <BLU0-SMTP3641EB7AE43DB41DF355A8ECED40 AT phx DOT gbl>
In-Reply-To: <BLU0-SMTP3641EB7AE43DB41DF355A8ECED40@phx.gbl>
MIME-Version: 1.0
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q6IFQ5Cv004253

-----Original Message-----
From: Aaron Schneider

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 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
>
>
>
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.
-----END Original Message-----

It looks like this could be a Cygwin issue then.

As alternatives, it seems that ccrypt and openssl work just fine:

$ echo "abcde" | ccrypt -u -K xyz | ccrypt -d -u -K xyz
abcde
$ echo "abcde" | openssl des -k xyz | openssl des -d -k xyz
abcde
$ 

crypt, OTOH, seems also to be broken, if I'm using it correctly (no
man page or --help option):

$ echo "abcde" | crypt xyz | crypt xyz
abA7GTEBsFqY6
$ 

If these utilities are broken, maybe they should be fixed or
removed from the distribution.

--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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019