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.
我正在用 C 语言开发一个客户端服务器通信应用程序。我想使用一些公钥加密来加密它们之间的消息。我发现 PGP(相当好的隐私)是一个很好的政策。那么是否有任何库可用于在我的应用程序中嵌入 PGP。我需要密钥生成、短信加密(最大 1024 字节长度的文本)、短信解密。
提前致谢
你应该看看GPG(GNU 替代 PGP)。
还有GnuTLS或众所周知的OpenSSL库。