0


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

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

关于 sunbeen_V1 的任何想法。

谢谢。

4

0 回答 0