-
hi, is there is a way to port, lets say google auth codes, to be generated by the flipper? (even if is a security risk) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
It depends on whether that another app allows you to get plain token secret somehow or not. If it allows then you may take that secret and just add it to Flipper Authenticator as usual. |
Beta Was this translation helpful? Give feedback.
-
OK, so I am gonna add more info about this. If you have an android rooted device, then is easy to port your keys to the Flipper, 1) install Aegis auth, in import you can see there is support for many apps. IF this import does not work, then go to import file and see where is the source of the file coming from, try to get that file in another way and open it in SQLlite browser. For example POWER+VOLUP in my tablet launches in recovery twrp, advanced options -> file browser, I can get the stored file Aegis told me the path.- That's all :) |
Beta Was this translation helpful? Give feedback.
It depends on whether that another app allows you to get plain token secret somehow or not. If it allows then you may take that secret and just add it to Flipper Authenticator as usual.
If another app does not allow you to get plain token secret then unfortunately there is nothing what Flipper Authenticator can do on this. Details may depend on concrete app but in any case - plain token secret is a thing which you need to get somehow to be able to use Flipper Authenticator.