From 6d8bbb3493a3a22b24f3d123f91780cf784a4756 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Tue, 30 Dec 2014 00:31:07 +0100 Subject: [PATCH] Update README.md Corrected H2 Added Cryptomator --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 464b352..5f55493 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Everything which simplifies interactions with the database.* * [Flyway](http://flywaydb.org/) - Simple database migration with Java API. -* [h2](http://h2database.com/html/main.html) - Java Based SQL Database +* [H2](http://h2database.com/) - Small SQL Database notable for its in-memory functionality. * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data. @@ -318,6 +318,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. +* [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. * [Spring Security](http://projects.spring.io/spring-security/) - Focuses on authentication/authorization and protects against several attack vectors.