08-23-2024, 12:43 AM
(08-23-2024, 12:32 AM)DSMan195276 Wrote:(08-22-2024, 11:41 PM)Ra7eN Wrote: I tried the c method, same issue I am currently experiencing. It produces good code, but not correct.Can you clarify what issue you're having, did you try the code I posted? When I tested it, it produced correct TOTPs for me.
But I like the fact that qb64 can almost work with C
thanks for the idea. !!
It produced codes but not the correct one. I put my secretkey in FFXIV for example, and kept failing, went back to the python/qb64 worked perfect
I switched the following:
Code: (Select All)
key$ = "Hello!" + CHR$(&HDE) + CHR$(&HAD) + CHR$(&HBE) + CHR$(&HEF)
to
Code: (Select All)
key$ = "1234MYSECRETKEY567890" + CHR$(&HDE) + CHR$(&HAD) + CHR$(&HBE) + CHR$(&HEF)
again, codes kept popping up like normal. but they were not correct
Let me know if i did this wrong.
Thanks!
3 out of 2 people have trouble with fractions