Re: AppleScript feature request - encryption
Re: AppleScript feature request - encryption
- Subject: Re: AppleScript feature request - encryption
- From: Martin Orpen <email@hidden>
- Date: Tue, 15 Mar 2005 14:04:16 +0000
on 15/3/05 1:48 pm, Takaaki Naganoya at email@hidden wrote:
> Hmmmm.... Some important parameters or whole script need to be
> scrambled....by using a kind of encryption tool such as OpenSSL.
Here's an easy example which will format the results to make them even
easier to read:
set target_script to choose file
set shell_path to POSIX path of target_script & "/rsrc"
set foo to do shell script "strings -o -3 " & quoted form of shell_path
display dialog foo
set the clipboard to foo
Save a copy of the script as "run-only" and then run the script on it:
-->
290 FasdUAS 1.101.10
364 .aevtoappnull
385 ****
414 .aevtoappnull
435 ****
491 .sysostdfalis
512 null
524 target_script
545 psxp
556 /rsrc
573 shell_path
592 strings -o -3
616 strq
625 .sysoexecTEXT
646 TEXT
658 foo
668 .sysodlogaskr
689 TEXT
698 .JonspClpnull
719 ****
727 (*j
747 ,%j
768 ascr
810 spsh
818 WPos
825 &scpt
Which gives you plenty enough information to work out how the original
script worked.
This also has implications for those of us who create AS apps using Xcode
too.
--
Martin Orpen
_______________________________________________
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