From 03038dac435b488b593363d8ec800d36f1e3ac7a Mon Sep 17 00:00:00 2001 From: Adam Brusselback Date: Mon, 26 Dec 2016 16:37:00 -0500 Subject: [PATCH] Add Nbvcxz library under Security section. Nbvcxz is an advanced password strength estimation library which I wrote for my company, and open sourced. It takes inspiration from Dropbox's zxcvbn JS library, but is not a direct port. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3af50ac..6771606 100644 --- a/README.md +++ b/README.md @@ -699,6 +699,7 @@ A curated list of awesome Java frameworks, libraries and software. * [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. * [Keyczar](https://github.com/google/keyczar) - Easy to use, yet safe encryption framework with key versioning. +* [Nbvcxz](https://github.com/GoSimpleLLC/nbvcxz) - Advanced password strength estimation. * [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.