How to view the 2fa secret key (not the otp) #86
Unanswered
eepyfemboi
asked this question in
Q&A
Replies: 1 comment
-
Currently this is only possible in debug mode for security reasons. You also need to convert the byte array back to a string in the source code and output or display the list to make it readable. The crucial point is deserialization: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to view the 2fa secret keys stored in the data file in cleartext. Is there any way to do this in the app, and if not, what method could I use to decrypt the data file?
Beta Was this translation helpful? Give feedback.
All reactions