vt-middleware / passay

Password policy enforcement for Java.
http://www.passay.org
Other
282 stars 64 forks source link

English tilda (~) character not recognized as a special character #32

Closed dell-asm-jenkins closed 8 years ago

dell-asm-jenkins commented 8 years ago

The English "~" or tilda character is not recognized as a special character. Looks like this got introduced with a previous fix: https://github.com/vt-middleware/passay/commit/6833b2667fbc12aa62cb9b8636d5ce3e967c7bdd.

BTW, I think best practice is for your passay master branch to use the latest release version of cryptacular instead of a snapshot.

dfish3r commented 8 years ago

Confirmed. Since that string is in ASCII order seems likely the shift key was missed, giving us 0x60 instead of 0x7E.