'Should hipaa data be encrypted in redux/localState? ( not storage )

the Hipaa information our app uses is simply a persons full name/ phone-number/ email and redux currently holds onto this information. Does it make sense to encrypt? we would have to decrypt every-time such information is used in JSX.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source