From 05ece06e25c749487df78969220b7ee727aa6552 Mon Sep 17 00:00:00 2001 From: Suresh Date: Tue, 22 Nov 2016 22:18:59 -0800 Subject: [PATCH] Added square keywhiz (#36) Added square keywhiz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7631522..c69d32e 100644 --- a/README.md +++ b/README.md @@ -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.