From 194131e3638435c89d5a000cf0dd42630a1c589a Mon Sep 17 00:00:00 2001 From: Stefan Schlott Date: Wed, 27 May 2015 09:14:17 +0200 Subject: [PATCH] Add Bouncy Castle crypto library Even though the API feels dated, it's still one of the most used (and useful) Java crypto libraries. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e08be91..f2c5125 100644 --- a/README.md +++ b/README.md @@ -424,6 +424,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries that handle security, authentication, authorization or session management.* * [Apache Shiro](http://shiro.apache.org/) - Performs authentication, authorization, cryptography and session management. +* [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. * [Cryptomator](http://cryptomator.org/) - Multiplatform transparent client-side encryption of files in the cloud. * [Keycloak](http://keycloak.jboss.org/) - Integrated SSO and IDM for browser apps and RESTful web services. Currently in beta but looks very promising. * [PicketLink](http://picketlink.org/) - PicketLink is an umbrella project for security and identity management for Java applications.