Re: Hiding user/password credentials in a script
Re: Hiding user/password credentials in a script
- Subject: Re: Hiding user/password credentials in a script
- From: email@hidden
- Date: Sun, 14 Sep 2008 18:35:16 +0200
Title: Re: Hiding user/password credentials in a
script
At 11:18 AM -0500 9/14/08, Jim Skibbie wrote:
I have a script that acts as a library
that houses some credentials that allow the scripts to mount certain
volumes in our network and do other things that require credentials.
The other scripts load this script and then reference properties from
it.
You have to obfuscate both the password and the handler to
de-obfuscate it.
property myobfuscatedpw: 0987636209839840
on getpw()
[ uselessly complicated script to decypher the obfuscated pw,
using an arbitrary algorithm of yours ]
end
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden