One way encryption
How one way encryption works in the system.I have set the password field to one way encryption, but could still decrypt it back to plain text.Using the GlideEncrypter();Encrypt var kryp = new GlideEncrypter();var krypPas = kryp.encrypt(user_password)...
