fboucquez / symbol-bootstrap

A tool that allows you to quickly configure and setup Symbol testnets and nodes.
Apache License 2.0
47 stars 27 forks source link

Private Key prompts #167

Closed fboucquez closed 3 years ago

fboucquez commented 3 years ago

In addition to encrypted presets, we could give the option to the user to have the main account private not in the presets at all. Bootstrap will prompt for the private key anytime it's required. It may add a level of security but it complicates the deployment especially in automatic environments. The user would need to provide a private key instead of a password to decrypt a preset.

I would add a preset property:

privateKeySecurityMode:

fboucquez commented 3 years ago

Fixed in dev