Store data using i tag

Let me suggest you because of security reasons to never store passwords as plain text anywhere, store hash values instead

And later if you want to check if the password is correct, compare again the hash values

In my tools extensions App Inventor Extensions: Tools | Pura Vida Apps you can find several hash methods to convert the password into a hash value

Taifun

1 Like