Facebook

Course Name Start Date Time Duration Registration Link
No Training Programs Scheduled ClickHere to Contact
Please mail To sudhakar@qtpsudhakar.com to Register for any training

Thursday, September 2, 2010

Crypt Object - Encrypting Strings

'###############################################
'           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