Keepass token lenght exception - high iteration
#5
I managed to get it working:

If anyone will encounter this issue do following:

Get the Code from github, go to module_13400.c which is the module for Keepass.
Increase the variable : token.len_max[2] to you desired number. It was set to 8 i needed to increase it to 9.
token.len_max[2] = 8; -> token.len_max[2] = 9;

build it
and its working for this specific example
Reply


Messages In This Thread
RE: Keepass token lenght exception - high iteration - by Knuub - 05-19-2021, 02:54 PM