Re: MD5 - DES
Re: MD5 - DES
- Subject: Re: MD5 - DES
- From: jj <email@hidden>
- Date: Wed, 12 Jan 2005 10:32:57 +0100
> Now my customer wants an unique DES-code (24 characters) for every
> address, but I cann't find the right shell script for encrypt and
> decrypt
>
> Manfred
You can use "openssl", eg:
##############################
echo -n 'foo' | openssl des -e
##############################
I don't know, though, how to bypass the pwd prompting, etc... Perhaps
someone here know it (or take a look to "man openssl" in a Terminal
window)...
jj
--
http://www.macscripter.net/
http://www.osaxen.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >MD5 - DES (From: "Manfred M.Strasser" <email@hidden>) |