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.
是否有一种简单而确定的方法可以根据用户的主密码生成 RSA 密钥对(私有和公共)?
想象一个加密的信使应用程序。在这里,用户希望使用他的密码登录不同的设备,并且始终拥有相同的私钥和公钥来发送和接收消息。所以密钥应该只依赖于密码。