Wondering about what techniques are used/recommended for clearing/destroying sensitive data being put into a password form. I know you can set the keyboard type to password to hide characters from view, but I'm worried about the immutable nature of a string, even after the entry.text proprty has been nullified. Some security tests found my username/password strings in memory.
↧