szxcvbn | Scala password quality checker , based on Dan Wheeler
kandi X-RAY | szxcvbn Summary
kandi X-RAY | szxcvbn Summary
A Scala password quality checker, based on Dan Wheeler's zxcvbn. Dan's blog article gives a good overview of the model and the algorithms used. The main code is in the core subproject. The server project contains a simple unfiltered server which serves up JSON data in response to submitted password values. It can be tested using the URL Use sbt 0.12 to build and run.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of szxcvbn
szxcvbn Key Features
szxcvbn Examples and Code Snippets
Community Discussions
Trending Discussions on szxcvbn
QUESTION
I'm new to Scala and to Play. I'm trying to setup https://github.com/jaliss/securesocial which is a Play project implementing a login/registration component for a website. Unfortunately this project doesn't have a password strength validator built in (unless you provide your own password validator, the registration process only checks for Password length, not strength). So I'd like to add my own password validator using the following library:
https://github.com/tekul/szxcvbn
I cloned https://github.com/jaliss/securesocial
I can use sbt
to build and run the project. How should I proceed to add https://github.com/tekul/szxcvbn as a dependency ? I think there must be a better way than to copy/paste the source of one project into the other.
Thanks for your help.
...ANSWER
Answered 2018-Jun-12 at 18:43Maven Central lists the dependency as
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install szxcvbn
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page