twofas / 2fas-android

Source code for 2FAS Android app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Encrypted storage?

H-Ir opened this issue · comments

Hi, Do secret keys stored in the internal memory of Android get saved in encrypted form when a PIN code is set on the app, or in plain text? Because if the phone is stolen and rooted, the thief can read all the tokens from the internal memory.

Internal storage is encrypted with random key generated on app installation (regardless if you have a PIN or not)