Unsafe handling of text input
When handling sensitive information like seeds or private keys, additional care should be taken to obscure and handle the sensitive information. We recommend evaluating if isSecureTextEntry
should be set on given UITextInput
s. For example, it may make sense within the scope of the application to enable this setting on the UITextView
within the IWInputPrivateKeyViewController
.
The team accepted the risk here as it would have negative impacts on the user experience.