feat: add hdiv and fix keyczar name

This commit is contained in:
Andreas Kull
2016-10-26 15:32:17 +02:00
parent 026e5f5e70
commit a13f313add

View File

@ -676,7 +676,8 @@ A curated list of awesome Java frameworks, libraries and software.
* [Apache Shiro](http://shiro.apache.org/) - Performs authentication, authorization, cryptography and 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. * [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](https://cryptomator.org/) - Multiplatform transparent client-side encryption of files in the cloud. * [Cryptomator](https://cryptomator.org/) - Multiplatform transparent client-side encryption of files in the cloud.
* [Google Keyczar](https://github.com/google/keyczar) - Easy to use, yet safe encryption framework with key versioning. * [Keyczar](https://github.com/google/keyczar) - Easy to use, yet safe encryption framework with key versioning.
* [hdiv](https://github.com/hdiv/hdiv) - Runtime application self-protection against OWASP Top 10 security risks such us Insecure Direct Object References, SQL injection, Cross-Site Scripting (XSS), Cross-Site Request Forgery (CSRF) and much more.
* [jjwt](https://github.com/jwtk/jjwt) - Java JWT: JSON Web Token for Java and Android. * [jjwt](https://github.com/jwtk/jjwt) - Java JWT: JSON Web Token for Java and Android.
* [Keycloak](http://keycloak.jboss.org/) - Integrated SSO and IDM for browser apps and RESTful web services. * [Keycloak](http://keycloak.jboss.org/) - Integrated SSO and IDM for browser apps and RESTful web services.
* [OACC](http://oaccframework.org/) - Provides permission-based authorization services. * [OACC](http://oaccframework.org/) - Provides permission-based authorization services.