Added square keywhiz (#36)

Added square keywhiz
pull/37/head
Suresh 2016-11-22 22:18:59 -08:00 committed by Sobolev Nikita
parent 41ebf5fcc8
commit 05ece06e25
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ A curated list of cryptography resources and links.
- [Bouncy Castle](https://www.bouncycastle.org/java.html) - All-purpose cryptographic library. JCA provider, wide range of functions from basic helpers to PGP/SMIME operations.
- [Flexiprovider](http://www.flexiprovider.de/) - Powerful toolkit for the Java Cryptography Architecture.
- [Google Keyczar](https://github.com/google/keyczar) - Easy to use, yet safe encryption framework with key versioning.
- [keywhiz](https://github.com/square/keywhiz) - A system for distributing and managing secrets.
- [pac4j](https://github.com/pac4j/pac4j) - Security engine.
- [scrypt](https://github.com/wg/scrypt) - Pure Java implementation of the scrypt key derivation function and a JNI interface to the C implementations, including the SSE2 optimized version.