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
At the moment JSON file with API keys is stored in plain-text format. I think it would be nice to offer optional (?) encryption to protect its contents.
The text was updated successfully, but these errors were encountered:
I just pushed a solution to this in 0.9.0. You'll need to upgrade to get the coinx lock and unlock functionality.
I'd appreciate as many eyes on this code as I can get, just to make sure I didn't do anything stupid. I basically decided to hash the file using a password. I enforce the password being minimally-strong.
At the moment JSON file with API keys is stored in plain-text format. I think it would be nice to offer optional (?) encryption to protect its contents.
The text was updated successfully, but these errors were encountered: