https://github.com/maldevel/aes256
AES 256 CBC encryption and Base64 encoding with CryptoAPI and C
https://github.com/maldevel/aes256
Last synced: 9 months ago
JSON representation
AES 256 CBC encryption and Base64 encoding with CryptoAPI and C
- Host: GitHub
- URL: https://github.com/maldevel/aes256
- Owner: maldevel
- License: gpl-3.0
- Created: 2016-04-07T06:35:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-07T08:09:19.000Z (almost 10 years ago)
- Last Synced: 2025-04-10T23:03:22.433Z (9 months ago)
- Language: C
- Size: 21.5 KB
- Stars: 20
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AES256
AES 256 CBC encryption and Base64 encoding with CryptoAPI and C