coinx icon indicating copy to clipboard operation
coinx copied to clipboard

Add encryption to protect API keys

Open alexandrfox opened this issue 8 years ago • 1 comments

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.

alexandrfox avatar Jul 16 '17 20:07 alexandrfox

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.

johntitus avatar Jul 22 '17 19:07 johntitus