Cryptopp
Manchmal ist es notwendig in selbstgeschriebenen Programmen kryptografische Funktionen zu verwenden, z. B. die Berechnung eines Hashwertes. Eine Standard-Bibliothek, welche viele Kryptoalgorithmen mitbringt ist crypto++ bzw. cryptopp.
Installation
Bevor die Bibliothek eingebunden werden kann, ist sie auf dem Entwicklungssystem zu installieren.
Linux Mint und Ubuntu
apt-get install crypto++-dev
Windows
mingw64
Es wird vorausgesetzt, dass mingw64 installiert ist.
wget http://www.cryptopp.com/cryptopp562.zip
entpacken und in der Git-Bash im neu entstandenem Ordner:
mingw32-make.exe
Nun wird die Bibliothek