Re: Save as application - run only
Re: Save as application - run only
- Subject: Re: Save as application - run only
- From: Shane Stanley <email@hidden>
- Date: Mon, 09 Nov 2015 10:12:46 +1100
On 9 Nov 2015, at 12:47 AM, Deivy Petrescu <email@hidden> wrote:
>
> The best way to keep the password protected is to “encrypt it”.
Well the *best* way is not to have it in the file at all. Store it in your Keychain, and have the script access it via security:
set pw to do shell script "security find-generic-password -ws 'Password Name'"
> If you convert each letter of the password to its ascii number (or Unicode id) you will make the life of the hacker a bit more difficult)
But not much...
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>
_______________________________________________
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