From 8606abc11acded29ab940358594be868476a6e59 Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Fri, 19 Oct 2018 04:35:31 -0700 Subject: [PATCH] Add SecurityBuilder (#696) Add SecurityBuilder --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5e763b..1c13a3a 100644 --- a/README.md +++ b/README.md @@ -827,6 +827,7 @@ A curated list of awesome Java frameworks, libraries and software. - [OACC](http://oaccframework.org) - Provides permission-based authorization services. - [pac4j](https://github.com/pac4j/pac4j) - Security engine. - [PicketLink](http://picketlink.org) - Umbrella project for security and identity management. +- [SecurityBuilder](https://github.com/tersesystems/securitybuilder) - Fluent Builder API for JCA and JSSE classes and especially X.509 certificates. - [Themis](https://github.com/cossacklabs/themis) - Multi-platform high-level cryptographic library provides easy-to-use encryption for protecting sensitive data: secure messaging with forward secrecy, secure data storage (AES256GCM); suits for building end-to-end encrypted applications. - [Tink](http://github.com/google/tink) - Provides a simple and misuse-proof API for common cryptographic tasks. - [Vault](https://www.vaultproject.io) - Secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets. It handles leasing, key revocation, key rolling, and auditing. Through a unified API, users can access an encrypted Key/Value store and network encryption-as-a-service, or generate AWS IAM/STS credentials, SQL/NoSQL databases, X.509 certificates, SSH credentials, and more.