Releases: soulsource/passfish
v0.2.0
This release updates the version of passwordmaker-rs to 0.2.
This replaces the formula used for base conversion (mapping of hash to password characters) by one that allows to early-out once the desired password length has been reached. It's (quite a bit) more complex overall, but because almost all inputs now require fewer iterations it's almost always faster.
A notable exception is the setting that applies l33t after password generation. This currently disables the early-out. The reason is that in order to stay compatible to PasswordMaker Pro the (Unicode-aware) conversion to lower-case characters has to happen on whole password parts instead of individual characters.
There are no user-facing changes.
v0.1.0 Maybe Working
This is the release going into cert soon. Hopefully it's working. Consider this a "beta" version.