'###############################################
' Crypt
'###############################################
' Purpose: The object used to encrypt strings. The encrypted strings can be used in place of passwords.
pwd = "GetPasswordfromSomewhere"
e_pwd = Crypt.Encrypt(pwd)
Browser("").Page("").WebEdit("pwd").SetSecure e_pwd
No comments :
Post a Comment