1
0
Fork 0
mirror of https://github.com/fffaraz/awesome-cpp.git synced 2024-11-13 11:16:54 -05:00

Merge pull request #48 from myd7349/master

Add bcrypt
This commit is contained in:
Faraz Fallahi 2014-10-09 21:44:23 -05:00
commit 0fc8900787

View file

@ -157,6 +157,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
## Cryptography
*Cryptography and Encryption Libraries*
* [Bcrypt](http://bcrypt.sourceforge.net/) - A cross platform file encryption utility. Encrypted files are portable across all supported operating systems and processors.
* [Crypto++](http://www.cryptopp.com/) - A free C++ class library of cryptographic schemes. [Boost]
* [LibTomCrypt](https://github.com/libtom/libtomcrypt) - A fairly comprehensive, modular and portable cryptographic toolkit. [WTFPL]
* [libsodium](https://github.com/jedisct1/libsodium) - P(ortable|ackageable) NaCl-based crypto library, opinionated and easy to use. [ISC]