passwording

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller

Post Reply
stuartls
Posts: 49
Joined: Mon Jan 22, 2007 10:59 pm
Contact:

passwording

Post by stuartls »

I would like to password my rev program and not only password it but prevent it from being read on a text editor. I have read of "ask password" but am confused on how to set this up and accomplish what I need.


Stu
malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Contact:

Post by malte »

Hi stu,

set the password of stack "myStack" to "myPassword"

save the stack
remove it from memory
reopen stack
protected.

All the best,

Malte
Post Reply