This will be an additional question to my previous question: Storing password for an offline app
If I store my password in a file in external storage and it's encrypted, is the file editable?
I'm just thinking for example, I set a pass "hello"
and stored it in a file. Then to login, I will call that encrypted string.
What if you open the file where your password is stored and edit that encrypted string and save it and you try to login again in your app, will the "hello"
still work?
Sorry, I'm kinda new to this thing.