05-19-2021, 02:54 PM
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
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