Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lanhuidong/openssl-demo

openssl使用示例
https://github.com/lanhuidong/openssl-demo

Last synced: 21 days ago
JSON representation

openssl使用示例

Awesome Lists containing this project

README

        

# openssl-demo
OpenSSL学习示例

### 项目构建
#### macOS
```
cmake -G "Ninja Multi-Config" -S . -B build -DCMAKE_CXX_COMPILER="/usr/local/opt/llvm/bin/clang++"
cmake --build build --config Release
```
### 参考资料
- https://wiki.openssl.org/index.php/EVP_Symmetric_Encryption_and_Decryption