[ANNOUNCEMENT] Updated: mcrypt-2.6.8-3: A replacement for the old crypt command

2013-05-29 Thread Dr . Volker Zell
Hi A new version of 'mcrypt' has been uploaded to a server near you. o Build for cygwin 1.7.18 with gcc-4.5.3 o Switched to versionless .cygport file CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please us

[ANNOUNCEMENT] Updated: mcrypt-2.6.8-2: A replacement for the old crypt command

2012-11-04 Thread Dr . Volker Zell
Hi New versions of 'mcrypt/libmcrypt/libmcrypt-devel' have been uploaded to a server near you. o Included patches from http://pkgs.fedoraproject.org/cgit/mcrypt.git/plain/ (inclusive security patches, see http://cygwin.com/ml/cygwin-apps/2012-11/msg5.html) o Build for cygwin 1.7.17 wit

[ANNOUNCEMENT] Updated: mcrypt-2.6.8-1: A replacement for the old crypt command

2010-05-23 Thread Dr. Volker Zell
Hi A new version of 'mcrypt' has been uploaded to a server near you. o Build for cygwin 1.7 with gcc-4 o Update to latest upstream release mcrypt NEWS: === o Updated non valid C code to comply with standard ANSI C Affects openpgp code. CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ==

[ANNOUNCEMENT] New package: mcrypt-2.6.7 - A replacement for the old crypt command

2008-05-19 Thread Dr. Volker Zell
Hi The package mcrypt is now available with the Cygwin distribution: o http://mcrypt.sourceforge.net/ (Homepage) DESCRIPTION: MCrypt is a replacement for the old crypt() package and crypt(1) command, with extensions. It allows developers to use a wide range of encryption functio

Re: crypt command

2002-04-13 Thread Sam Edge
> Its very easy to knock your self up a crypt. Perl has a crypt function so it > should be very easy to create a crypt that takes the plain text password on > stdin. It would also very easy to do in 'C' (although it appears that mcrypt > will do the job). mcrypt has (old) crypt compatibility but

Re: crypt command

2002-04-04 Thread Corinna Vinschen
On Wed, Apr 03, 2002 at 01:00:09PM -0800, Gupta, Sanjay wrote: > Copy ctype.h and _mingw.h to /usr/include direcctory DON'T DO THIS! MingW headers have no business in /usr/include. And it's *especially* not the right way to port a package. Corinna -- Corinna Vinschen Please

RE: crypt command

2002-04-03 Thread Gupta, Sanjay
Richard, I was able to compile mhash library on cygwin. Copy ctype.h and _mingw.h to /usr/include direcctory and I have changed the following line configure file. CFLAGS="${CFLAGS} " #CFLAGS="${CFLAGS} -mno-cygwin" I was able to compile mhash and libmcrypt but still I am getting error in mcrypt

RE: crypt command

2002-04-03 Thread Richard Campbell
>If the Cygwin build ends up trying to pull in Mingw header files, the >configuration of the package is wrong. That could be a package problem >though. I expect it's just an indicator of a configuration issue. The >segv would be another. The mhash package is definitely intended to be built

RE: crypt command

2002-04-03 Thread Larry Hall (RFK Partners, Inc)
At 11:09 AM 4/3/2002, Richard Campbell wrote: > >Perhaps you'd be better off building this with Cygwin (i.e. sans >-mno-cygwin)? > >I tried that. mhash uses some functions that are defined in that >ctype.h file. Things start going downhill from that point. I suspect my >replacement >of the fun

RE: crypt command

2002-04-03 Thread Richard Campbell
>Perhaps you'd be better off building this with Cygwin (i.e. sans -mno-cygwin)? I tried that. mhash uses some functions that are defined in that ctype.h file. Things start going downhill from that point. I suspect my replacement of the functions was flawed. I eventually got it to build, but

Re: crypt command

2002-04-03 Thread Larry Hall (RFK Partners, Inc)
At 06:02 PM 4/2/2002, Gupta, Sanjay wrote: >Since the crypt command in cygwin does not work same as crypt command in >Unix, so somebody suggesed use mcrypt command >(http://mcrypt.hellug.gr/mcrypt/index.html) , I was able to download mcrypt >source and there required library files

RE: crypt command

2002-04-03 Thread Richard Campbell
PM To: '[EMAIL PROTECTED]' Subject: crypt command Since the crypt command in cygwin does not work same as crypt command in Unix, so somebody suggesed use mcrypt command (http://mcrypt.hellug.gr/mcrypt/index.html) , I was able to download mcrypt source and there required library files Li

crypt command

2002-04-02 Thread Gupta, Sanjay
Since the crypt command in cygwin does not work same as crypt command in Unix, so somebody suggesed use mcrypt command (http://mcrypt.hellug.gr/mcrypt/index.html) , I was able to download mcrypt source and there required library files Libmhash and Libmcrypt but when I compile mhash on cygwin, I

Re: crypt command

2002-03-25 Thread Mark Himsley
On Mon, 25 Mar 2002 09:22:28 -0500 you wrote: >I looked at it. The crypt that comes with cygwin appears to do something >different than [I, Sanjay] expected, at least on at least Sanjay's system >and mine. [snip] >I conclude that this crypt is designed to only print out a key for a given >salt

RE: crypt command

2002-03-25 Thread Richard Campbell
I looked at it. The crypt that comes with cygwin appears to do something different than [I, Sanjay] expected, at least on at least Sanjay's system and mine. Output from crypt seems to stop at 14 bytes: bash-2.05a$ man apropos >out bash-2.05a$ crypt mypass encryptedout bash-2.05a$ ls -la total

Re: crypt command

2002-03-24 Thread Mark Himsley
:31:21 -0800 you wrote: >Hello All, >I am looking for crypt command similar to unix crypt command. > >In Unix, I could do >crypt password < filename > encryptedfilename > >but the same thing does not work in cygwin. >I have asked this question before and did not

RE: crypt command

2002-03-22 Thread Gupta, Sanjay
Thanks for your reply. I have crypt command. It is installed but it looks like it is different than the unix version. In all Unix version, you can issue the following command to encrypt a file. The crypt command in cygwin does not accept file names. crypt mypassword < filen

crypt command

2002-03-22 Thread Gupta, Sanjay
Hello All, I am looking for crypt command similar to unix crypt command. In Unix, I could do crypt password < filename > encryptedfilename but the same thing does not work in cygwin. I have asked this question before and did not get any satisfactory response. Please atleast tell me, w

RE: Crypt Command

2002-03-20 Thread Gupta, Sanjay
//sources.redhat.com/ml/#faqs> >Mail-Followup-To: [EMAIL PROTECTED] >Delivered-To: mailing list [EMAIL PROTECTED] >From: "Gupta, Sanjay" <[EMAIL PROTECTED]> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: Crypt Command >Date: Wed, 2

Crypt Command

2002-03-20 Thread Gupta, Sanjay
Hello, I am looking for crypt command in cygwin. It looks like, I have crypt command , but it does not work like in Sun OS. I want to encrypt a file using some password. How to do this in cygwin ?. in Unix, I do this, but the same thing does not work in cygwin. crypt mypassword < /