You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to review how the private key is stored locally. From what I could see, it is stored without encryption. This poses a potential security risk if someone gains access to the device and can read or copy the values from local storage.
Expected Behavior
Please consider encrypting the private key provided by the user, for example, using react-secure-storage.
This site also explains the potential security risks involved.
If I have not investigated the code correctly, I apologize in advance.
The text was updated successfully, but these errors were encountered:
Describe the Bug
I attempted to review how the private key is stored locally. From what I could see, it is stored without encryption. This poses a potential security risk if someone gains access to the device and can read or copy the values from local storage.
Expected Behavior
Please consider encrypting the private key provided by the user, for example, using react-secure-storage.
This site also explains the potential security risks involved.
If I have not investigated the code correctly, I apologize in advance.
The text was updated successfully, but these errors were encountered: