Standalone question - Is it safe to lock a card by password like this?

alex wu alex298298 at yahoo.com
Sat Jan 14 22:56:20 EST 2006


Hello,

I have a Admin card in my standalone application that
only allow the administator to use.  My first idea is
to use a password to control access of the card:

on mouseUp
  ask "Please provide your Admin password."
  if it is "correctpassword" then
     go to card "admin"
  else
     answer "Password is not correct!"
  end if
end mouseUp

Is it safe? Or do you have other better methods to
control access of a card.

Thanks and best regards

Alex


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the use-livecode mailing list