Hello,

just got the info on chatrev that this approach

on openCard
if the environment <> "development" then
set the passKey of this stack to "xyz"
end if
end openCard

is not secure for a rev file

because someone could open the rev file, make another substack with a script 
(go stack "protectedstack" (now the password is passed); go stack 
"mynewsubstack"; put script of stack "protectedstack" ... voila)

I could not even think so evil ;-)

I try:

on anyhandler
set the passKey of this stack to "xyz"
do and let the script cut and work from the stack...
set the passKey of this stack to empty
end anyhandler

...

Greetings, Franz
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to