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

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++

Awesome Lists containing this project

README

          

Needs crypto++ https://www.cryptopp.com/

`g++ enc.cpp -o enc -L/usr/lib/ -lcryptopp`