问题描述
重复的和。
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.
这篇关于选择加密库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!