Improved data, strings that exist many times where defined more than once.
Changed the strings positions to improve strings aligment.
Changed PRAGMAS in SQLite
Added SQLite 3.17
Now it displays the number of combinations in the password generators.
Now "Quick" & "Find" tabs display informations when searching a password.
Created a "CrackV3.ini" file for backup and Vacuum options.
For running faster the auto-vacuum pragma is set to 0. So when inserting records there are holes. Vacuum can divide the size by 2. Even if auto-vacuum was set it would be necessaty to make a vacuum.
Added intrinsics function such as
void __stosq(unsigned long long *dst, unsigned long long val, size_t num); (X64 only)
I made this because memset is not a macro nor an intrinsic function. I wanted to remove the call and win some cpu cycles.