ewallet icon indicating copy to clipboard operation
ewallet copied to clipboard

Key Management Strategy Handler

Open T-Dnzt opened this issue 6 years ago • 0 comments

Hot wallets private keys first implementation only support the storage of the encryption key inside an environment variable. This feature involves adding more storage adapters and updating the blockchain wallet to know which adapter it is using. The needed adapters are:

  • Encryption key in Environment variable (the logic should be extract into its own module if it hasn't been yet), private keys in DB
  • Encryption key in file, private keys in DB

T-Dnzt avatar Jan 22 '19 07:01 T-Dnzt