gpt4 book ai didi

spring-security - Spring 安全 : decode a password encoded with PasswordEncoder

转载 作者:行者123 更新时间:2023-12-04 01:59:45 24 4
gpt4 key购买 nike

我已经存储(并编码)了一个电子邮件密码。我使用过 PasswordEncoder(Spring 安全)。

passwordEncoder.encode(password);

现在我需要对其进行解码以便在 javax 邮件中使用它。 (密码用于连接到电子邮件提供商(yahoo、gmail 等)。
有没有办法解码这个密码?

提前致谢。

最佳答案

PasswordEncoder界面仅支持编码和匹配,这是处理密码的最佳方式,正如其他人所建议的那样。您可以使用 StandardPBEStringEncryptorJasypt 提供库,因为这个库与 Spring Security 透明集成。否则,您可以使用 Java 加密扩展的 Password Based Encryption (PBE) 推出您自己的产品然而,在尝试您想要实现的密码加密之前,您一定要阅读 this .

关于spring-security - Spring 安全 : decode a password encoded with PasswordEncoder,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32559211/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com