Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. STRING sEncryptionKey, sResult;
  2. OBJECT oEncryption;
  3. sEncryptionKey = "secretvalue";
  4. set oEncryption = CoCreateObject("SdCustomRegExValidatePassword");
  5. oEncryption.Initialize(sEncryptionKey);
  6. sResult = oEncryption.Encode(user_entered_string);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement