From 00f9a1e29c084fe1b030d9a1f36da4732362a065 Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Tue, 23 Oct 2018 00:02:06 -0700 Subject: [PATCH] Add securitybuilder (#66) Add securitybuilder --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da1ca7f..a2d361c 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ A curated list of cryptography resources and links. - [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. +- [securitybuilder](https://github.com/tersesystems/securitybuilder) - Fluent Builder API for JCA/JSSE objects. ### Julia