# EncryptionAlgorithm **Repository Path**: test_yx/EncryptionAlgorithm ## Basic Information - **Project Name**: EncryptionAlgorithm - **Description**: 基于openssl封装的文件/数据加密算法库 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-12-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README EncryptionAlgorithm =================== 地址 https://github.com/switch-st/EncryptionAlgorithm.git 说明 * 封装的文件/数据加密算法 * 先支持MD5、AES、DES、BASE64、位移等算法 * 通过openssl实现。 * AES采用128位cbc模式。 * DES采用ede3-cbc模式。 * 支持对文件的操作 * 编译连接选项 -lcrypto * * 注意:该库没做必要性检查,不按正确方式使用,行为未知。 * 欢迎补充。 调用 调用方法详见test目录下的测试文件 by switch switch.st@gmail.com