entropyxyz / cli

CLI utility to ease interactions with an Entropy network.
GNU Affero General Public License v3.0
5 stars 0 forks source link

Store private key material in a more secure place within an OS user account #110

Open vitropy opened 3 months ago

vitropy commented 3 months ago

Consider putting the private key material generated for an account into the OS-provided credential store, perhaps using a cross platform abstraction such as keytar.

Currently, private key data generated by the CLI is placed into a plain text, JSON formatted configuration file.

mixmix commented 3 months ago

YES! this has been discussed, and we're keen to move towards this. Good to have an issue to track it