Re: Save as application - run only
Re: Save as application - run only
- Subject: Re: Save as application - run only
- From: Deivy Petrescu <email@hidden>
- Date: Sun, 08 Nov 2015 08:47:50 -0500
> On Nov 8, 2015, at 06:54 , Shane Stanley <email@hidden> wrote:
>
> On 8 Nov 2015, at 10:45 PM, Axel Luttgens <email@hidden> wrote:
>>
>> Here with Yosemite, that option is still available from the Export dialog.
>
> As it is in 10.11.
>>
>> That said, it may prove somewhat illusory to count only upon that option for protecting sensitive data.
>
> Indeed. Save this and run it:
>
> property bigSecret : ""
> set my bigSecret to text returned of (display dialog "Tell me a secret:" default answer my bigSecret)
>
> Now open the app's main.scpt file in something like BBEdit as UTF16.
>
> --
> Shane Stanley <email@hidden>
> <www.macosxautomation.com/applescript/apps/>
No need to open it in any application, just checking Quick Look will do it.
The best way to keep the password protected is to “encrypt it”.
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)
Deivy Petrescu
email@hidden
_______________________________________________
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