You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
New option "Load the following profile on startup" in Configuration | General
Changes & Improvements
Maximum number of passwords that can be generated at once extended to
1 trillion (1,000,000,000,000) (note that larger amounts >~10**8 can only be
stored in files since the number of Unicode characters displayed in the
password list window is limited to 500 million/2 billion in the 32/64-bit
version)
Suffixes "K", "M", "G"/"B" can be specified in the "Multiple passwords" box
to generate multiples of thousands, millions, and billions, respectively
Passwords are generated asynchronously in a separate thread, so that progress
window stays responsive
Include characters / character sets with different frequencies: Now compatible
with password option "Each character must occur only once"
Password manager: When changing number of KDF rounds via File | Database
Settings, the process can be canceled after 1 sec (in case the number of
rounds has accidentally been set too high)
Fixes
Launching PwTech on system startup caused an error (configuration file and/or
randseed.dat file not found)