Howard Liberty
Howard Liberty
Which format of backup are you using? I think the Json format should overwrite but not other formats.
Got it. This sounds like a behavior change by a change that allows the account with same issuer / account combo to be added. See https://github.com/helloworld1/FreeOTPPlus/issues/15
Yea, I think that's a reasonable way to deduplicate the token.
Thanks a lot for the contribution. I haven't looked closely yet but I think the AES symmetry encryption is OK on the database layer. The user experience is not ideal...
I really like how you put common logic in the common module. And in general the implementation of AES encryption looks great. One comment is that about the performance of...
SharedPreference is not designed to store secret securely. If you can access /data/data/pkg, you can get the password in clear text. Adb backup can also dump it. I would prefer...
Thanks for the info. Is there any duo otp test link I can test? It seems duo is just another URL format that can be easily imported as standard HOTP.
Can anyone provide a duo URL for me to test here? I would like to implement it in the next major version. But without URL I cannot guarantee it works....
Sounds like a good idea in theory. I don't know how to fetch a favicon without loading the website and parsing the HTML to get it. It seems like a...
Will consider in the next version.