开发者

Decryption of password using salt

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)?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜