Another password generator (pseudo-random)
#3
Big changes, new functions, huge speed increase.
.Net 8.
Release, on i7-9750H CPU @ 2.60GHz, 32 char password, 0-9+A-Z+a-z, constant length without mask: about 170k/s, it is more then 20x faster then previous version.

Now full configurable, constant or 1-n length passwords, masks for each char in password (for non constant length password too), Self checking modes (Calculator Random and Test Generator), 7z, HC, JTR modes.

The greatest profit of performance was when I changed the way of conversion number to password.
I changed the conversion by dividing into conversion by tables, lists, basically two conversion lists. This significantly reduced the number of calculations and speed-up the program.
Maybe someone else will improve something ???

https://github.com/Arduan77/MikiDecoder
Reply


Messages In This Thread
RE: Another password generator (pseudo-random) - by arduan77 - 06-26-2023, 10:26 PM