问题描述
重复的和。
Duplicate of this and this.
我在找免费C或C ++加密库,可以嵌入在封闭源应用程序中,并支持RSA公钥密码。我发现OpenSSL和Crypto ++,但没有一个很好的文档为初学者。
I'm looking for a free C or C++ cryptography library that can be embedded in a closed-source applicationand supports RSA public-key cyphering. I've found OpenSSL and Crypto++ but neither have a good documentation for a beginner.
任何人都知道一个好的,免费的C或C ++加密库,包含一个初学者的体面文档。
Anyone knows a good, free, C or C++ cryptography library with a decent documentation for a starter?
或者可以链接到一个好的入门指南Crypto ++或OpenSSL。
Or maybe a link to a good Starter Guide for Crypto++ or OpenSSL.
推荐答案
我想说再试试Crypto ++,使用它,它的成熟,流行,提供了很多算法,抽象(C + +风格)使加密文件或字符串只有几行,并且它有一个非病毒的许可证。
I'd say try again with Crypto++, I have used it, it's mature, popular, provides a lot of algorithms, abstraction(C++-style) to make encrypting a file or a string only a couple of lines away, and it has a non-viral license.
这篇关于选择加密库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!