MD5 - DES
MD5 - DES
- Subject: MD5 - DES
- From: "Manfred M.Strasser" <email@hidden>
- Date: Wed, 12 Jan 2005 09:46:41 +0100
I'm using a shell script to get the md5-Key for each address in my
FileMaker database. This key will be used as name of the folder where
the documents of the address are stored.
The AppleScript executed by FileMaker Pro
---
set x to (do shell script "md5 -q -s LastnameFirstnameBirthday")
set field "t01" of table "_A" of database "Address" to x
---
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
_______________________________________________
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