06-02-2010, 08:26 PM
That was tricky but I figured it out. I had to set up the function:
function str'encryptedpassword
str truepassword.decrypt(16 encryptedpassword "aaa")
out truepassword
Then it let me generate an encrypted password.
function str'encryptedpassword
str truepassword.decrypt(16 encryptedpassword "aaa")
out truepassword
Then it let me generate an encrypted password.
