Open DavidAnderson684 opened 2 years ago
Hello. I'm a contributor. You can check my fork for the updates I have made on the app, unfortunately there are no release binaries yet.
I may be able to do it, but can you please share a fake exported JSON object so I can use it to develop the code?
@m-primo Thanks.
Actually, FreeOTP+ can export in URI format, which is just a .txt
file, one key per line, like:
otpauth://totp/Site%20Title%3Ausername?secret=(secret)&algorithm=SHA1&digits=6&period=30
@m-primo Thanks. Actually, FreeOTP+ can export in URI format, which is just a
.txt
file, one key per line, like:otpauth://totp/Site%20Title%3Ausername?secret=(secret)&algorithm=SHA1&digits=6&period=30
Okay, cool.. I'll let you know when I finish updating it. Don't forget to check my fork
Hey @DavidAnderson684 , I have updated the app and added what you've requested for. Also, I have successfully built the android executable after many failed builds.
You can check it in my fork.
If you have any other suggestions let me know. I'm planning to update some other things in the app in the future anyway.
Hey @DavidAnderson684 , I have updated the app and added what you've requested for. Also, I have successfully built the android executable after many failed builds.
You can check it in my fork.
If you have any other suggestions let me know. I'm planning to update some other things in the app in the future anyway.
Is the fork merged? :wink:
Thank you for this application!
https://github.com/helloworld1/FreeOTPPlus is a popular OTP app with over 50,000 users (https://github.com/helloworld1/FreeOTPPlus). It has an "export to JSON" function.
Would you consider adding import from their export format? (My use case is wanting to use your app on the desktop without having to re-set-up every single key individually).