Re: Crypting

2004-08-24 Thread Andrew DeFaria
Brian Dessent wrote: Andrew DeFaria wrote: Nope. Add either "-e" or "-d". "enc" stays the same. Ok, Ok. So how did you figure that out?!? man 1 enc (It is referenced in the SEE ALSO section of 'man openssl'.) Indeed it was! Along with a bunch of others which seemed to me to deal more with encrypti

Re: Crypting

2004-08-24 Thread Brian Dessent
Andrew DeFaria wrote: > > Nope. Add either "-e" or "-d". "enc" stays the same. > > Ok, Ok. So how did you figure that out?!? man 1 enc (It is referenced in the SEE ALSO section of 'man openssl'.) Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: ht

Re: Crypting

2004-08-24 Thread Andrew DeFaria
Dave Korn wrote: -Original Message- From: Dave Korn [mailto:[EMAIL PROTECTED] Sent: 24 August 2004 19:13 To: '[EMAIL PROTECTED]' Subject: RE: Crypting -Original Message- From: cygwin-owner On Behalf Of Andrew DeFaria Sent: 24 August 2004 19:12 Corinna Vinschen wrote: On

RE: Crypting

2004-08-24 Thread Dave Korn
> -Original Message- > From: Dave Korn [mailto:[EMAIL PROTECTED] > Sent: 24 August 2004 19:13 > To: '[EMAIL PROTECTED]' > Subject: RE: Crypting > > > -Original Message- > > From: cygwin-owner On Behalf Of Andrew DeFaria > > Sent: 24 A

RE: Crypting

2004-08-24 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Andrew DeFaria > Sent: 24 August 2004 19:12 > Corinna Vinschen wrote: > > > On Aug 24 09:11, Andrew DeFaria wrote: > >> Sans crypt(1), how can one encrypt a file...? > > > > > > E.g. `openssl enc -des -in filename -out filename.out >

Re: Crypting

2004-08-24 Thread Andrew DeFaria
Corinna Vinschen wrote: On Aug 24 09:11, Andrew DeFaria wrote: Max Bowsher wrote: You can't. /usr/share/doc/Cygwin/crypt.README Sorry, didn't think there was a readme for just little 'ole crypt. I should have looked. Anyways, this is strange because I recall using crypt in this fashion before - on

Re: Crypting

2004-08-24 Thread Corinna Vinschen
On Aug 24 09:11, Andrew DeFaria wrote: > Max Bowsher wrote: > >You can't. > > > >/usr/share/doc/Cygwin/crypt.README > > Sorry, didn't think there was a readme for just little 'ole crypt. I > should have looked. > > Anyways, this is strange because I recall using crypt in this fashion > before -

Re: Crypting

2004-08-24 Thread Andrew DeFaria
Max Bowsher wrote: Andrew DeFaria wrote: How exactly can you use crypt to encrypt a file? You can't. /usr/share/doc/Cygwin/crypt.README Sorry, didn't think there was a readme for just little 'ole crypt. I should have looked. Anyways, this is strange because I recall using crypt in this fashion b

Re: Crypting

2004-08-24 Thread Max Bowsher
Andrew DeFaria wrote: How exactly can you use crypt to encrypt a file? You can't. /usr/share/doc/Cygwin/crypt.README Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Crypting

2004-08-24 Thread Andrew DeFaria
How exactly can you use crypt to encrypt a file? I have no man page for crypt and crypt --help takes --help as the key or the string to encrypt! I search the web briefly and found http://www.rahul.net/cgi-bin/userbin/man?topic=crypt§ion=1 and tried $ crypt mypass < /etc/services > encrypted_fil