https://github.com/ctrlaltdev/encrypt--
C++ encryption script with AES / crypto++
https://github.com/ctrlaltdev/encrypt--
Last synced: 9 months ago
JSON representation
C++ encryption script with AES / crypto++
- Host: GitHub
- URL: https://github.com/ctrlaltdev/encrypt--
- Owner: ctrlaltdev
- License: mpl-2.0
- Created: 2019-12-02T07:30:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T07:36:56.000Z (about 6 years ago)
- Last Synced: 2025-02-14T19:39:27.671Z (11 months ago)
- Language: C++
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Needs crypto++ https://www.cryptopp.com/
`g++ enc.cpp -o enc -L/usr/lib/ -lcryptopp`