password protected stack and passkey

Bob Sneidar bobsneidar at iotecdigital.com
Thu Mar 28 11:29:32 EDT 2019


Do you have/use triggered breakpoints? It happened at one time that these breakpoints get sticky and clearing them didn't, actually. I was under the impression they fixed that, but it might have regressed. 

Bob S


> On Mar 25, 2019, at 13:56 , JJS via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> Great!
> 
> i finally got time to test it, i can open the password protected stack by another stack(standalone) without needing for the password
> 
> opening the stack with texteditor i see just scrambled txt
> 
> Nice!
> 
> Op 20-3-2019 om 18:07 schreef JJS via use-livecode:
>> 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
>> 
>> _______________________________________________
>> 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
> 
> _______________________________________________
> 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