password protected stack and passkey

JJS jjs at krutt.org
Wed Mar 20 13:07:47 EDT 2019


Ok thank you Andy.

I will give that a try.

Op 20-3-2019 om 09:09 schreef AndyP via use-livecode:
> The password function protects the script of your stack files so that they
> are scrambled when viewed in a text editor or if they are opened in in the
> LC IDE a password is required before you are able to view or edit the stack
> files.
>
> I just tried using the Standalone Application Settings option of "Encrypt
> with password" and in Indy 9.0.2 this only works if you the option to "Move
> substacks into individual stack files" is ticked.
>
> A fail-safe way is  using the code below adjusted for your stack name and
> password, in the message box to protect your stacks.
>
> set the password of stack "myStack" to "myPassword"
>
> and save
>
> if you need to remove the password you can use
>
> set the password of stack "myStack" to empty
>
> and save
>
>
>
>
>
>
>
>
> -----
> Andy Piddock
>
>
> My software never has bugs. It just develops random features.
>
> TinyIDE  a Free alternative minimalist IDE Plugin for LiveCode
>
>
> Script editor Themer for LC http://2108.co.uk
>
> PointandSee is a FREE simple but full featured under cursor colour picker / finder.
> http://www.pointandsee.co.uk  - made with LiveCode
> --
> Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




More information about the use-livecode mailing list