C++ cryptographic algorithms library for encryption and security
Free C++ class library of cryptographic schemes
cryptopp$ g++ -o myprogram myprogram.cpp -lcryptopp$ echo '#include <cryptopp/aes.h>' | head -1$ g++ myprogram.cpp $(pkg-config --cflags --libs libcryptopp) -o myprogram