AlexGustafsson / pbrute

A dependency-free, feature-rich and modern password strength calculator for NodeJS and the browser
https://pbrute.axgn.se
MIT License
1 stars 0 forks source link

Browser builds do not work for larger passwords #1

Closed AlexGustafsson closed 4 years ago

AlexGustafsson commented 4 years ago

Currently there is a bug in Terser (see https://github.com/terser/terser/issues/546) where BigInts are not respected when minimizing the source code. This will cause the builds to use regular Numbers which will not work for large passwords (roughly 8 characters).

AlexGustafsson commented 4 years ago

Fixed.