我如何使用EncryptionAlgorithm(sunbeen_V1)解密我的密码

时间:2013-09-27 10:23:17

标签: java

我在java中使用这种语法加密我的密码 EncryptionAlgorithm algorithm = EncryptionAlgorithmFactory.getEncryptionAlgorithm(EncryptionAlgorithmFactory.SUNBEEN_V1); String encryptedPassword = algorithm.encrypt(password); 输入:123 加密输出:QL0AFWMIX8NRZauqi4sKCKuhiiIynqH / XF7L277vIQGDCwgjAQCpAA ==。

我的问题是如何使用SUNBEEN_V1解密我的密码 我也搜索谷歌sunbeen_V1没有得到任何搜索结果。

关于sunbeen_V1的任何想法。

感谢。

0 个答案:

没有答案