# vs2017-aes-dll **Repository Path**: kanadeblisst/vs2017-aes-dll ## Basic Information - **Project Name**: vs2017-aes-dll - **Description**: vs2017 编写aes加解密的dll,支持ECB、CBC和CFB。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-10-05 - **Last Updated**: 2023-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README vs2017-aes-dll Description vs2017 编写aes加解密的dll,加密模式支持ECB、CBC和CFB, 填充模式:Pkcs7Padding、ZeroPadding和NoPadding。 AES代码来自:https://github.com/SergeyBel/AES 只是做了个简单的打包成dll的操作