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.
当您拥有消息和公钥时,算法应该能够检查它 - 但是当我搜索可以执行此操作的库时,无论是在 Perl 还是 Python 中,我发现的只是根据来自密钥的密钥检查消息的代码钥匙圈。我想写的是服务器端代码——我不想在那里使用带有密钥环的文件——因为无论如何我都想将密钥存储在数据库中,而且我不确定密钥环代码是否能应付我计划存储的密钥数量。
是否所有库都将密钥存储结构与签名检查算法相结合?如果有这方面的 C 库 - 我想我可以尝试为它们制作一些 Perl 或 Python 绑定。