quote:
Originally posted by Deco
sent in my "rock paper scissors' script the functions to encrypt text with md5.. so if someone would do the locking for you just copy my code and encode the shorter password, save it into registry and have the script check if what you typed (after conversion to md5) equals what's stored in the registry.
isn't it easier to encrypt the original password with the short password as password and store that as a string in the register..
then take that string out off the register and decode it with the short password and put the decode text as password in the password field?