Using PasswordEncoder
i have enc开发者_开发问答oded password as following:
String encryptedPass = passwordEncode.encode(password,salt);
I want to decrypt it. Because, i want user password in string format for give him login to paypal account.
How do I do that (if at all possible)?
精彩评论