Example: lr.decrypt

In the following example, the Vuser logs in using the unmasked password.

public int login(string username, string password)

{

//emulate failed login

return lr.FAIL;

}

Login("johndoe",lr.decrypt("51a4773864c35bd616a30d98"));