Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不想传输密码的普通哈希(因为它可以很容易地用于以后进行身份验证)。spring 是否具有内置功能来为 http 客户端提供随机盐,并将盐应用于密码哈希(或其他一些组合以每次传递给服务器随机密码哈希)?