]> git.mxchange.org Git - juser-core.git/commit
Continued a bit:
authorRoland Häder <roland@mxchange.org>
Fri, 2 Sep 2016 13:31:18 +0000 (15:31 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 2 Sep 2016 13:31:18 +0000 (15:31 +0200)
commit72edccec267776f9c07bd1e79813f4e3d4a3ed10
tree7bf1bd852676e8294e75dde86918a6238c926261
parentfb11fb91a1212f4e50d4346c1cacca25dca70b56
Continued a bit:
- random password generator massively improved:
- splitted alphabet string up in lower-case, upper-case, number and sign (aka. part)
- take random "part" and add char from it to random password
- also added calculation of password entropy value and password strength (0-100)
- this idea is based on:
  http://stackoverflow.com/questions/14591701/how-to-check-password-strength-in-vaadin
  http://stackoverflow.com/questions/1614811/how-do-i-measure-the-strength-of-a-password
src/org/mxchange/jusercore/model/user/UserUtils.java