Add securitybuilder (#66)

Add securitybuilder
pull/69/head
Will Sargent 2018-10-23 00:02:06 -07:00 committed by Nikita Sobolev
parent 701d181d39
commit 00f9a1e29c
1 changed files with 1 additions and 0 deletions

View File

@ -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