c++ - EVP_CipherInit_ex/EVP_CipherUpdate/EVP_CipherFinal_ex 的实现

标签 c++ ubuntu openssl cryptoapi

我正在使用 OpenSSL 和 libcrypto 进行加密。请问哪里可以找到这些方法。我需要它们,因为我想在我的代码中添加这些方法。我只想要 .h 和 .cc 或 .c 文件。欣赏

最佳答案

关于如何自己编译openssl库的详细信息如下: http://www.ski-epic.com/2007_notes_on_openssl/index.html

您可以从这里下载源代码: http://www.openssl.org/

只需搜索您所指功能的实现代码,然后复制/粘贴。不过,请确保图书馆的许可证允许您这样做。

关于c++ - EVP_CipherInit_ex/EVP_CipherUpdate/EVP_CipherFinal_ex 的实现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7345326/

相关文章:

c++ - 编译错误 : Directory has same name as c++ standard header <list>

c++ - GCC 4.5.2 链接器在使用异常时出现问题 (C++)

ubuntu - 如何为 Ubuntu 创建安装程序

c - 使用 Visual Studio 和 Openssl 进行 AES 256 CTR 加密/解密

c++ - 如何在 VS Code 中为 C++ 开发进行初始设置?

c# - 在 C# 中读取自定义格式文件

java - 如何在 Ubuntu 中更新 java

c - UBUNTU 14.10 中 Eclipse CDT 中的 "Can not find source"

mysql - 使用 MySQL 社区服务器中的存储过程解码使用 OpenSSL 创建的消息

ssl - X509 SSL : No name matching <hostname> found