kwannoel / urban-octo-carnival

DRAFT REPO: trying out gitlab -> github
Apache License 2.0
1 stars 0 forks source link

Store encrypted keys in the contacts database #373

Open kwannoel opened 3 years ago

kwannoel commented 3 years ago

In GitLab by @plotnick on Aug 12, 2021, 07:11

Keeps a global (master) 32-byte key in ~/.config/glow/global.key that is used to encrypt and decrypt secret keys associated with identities and stored in ~/.config/glow/db/contacts.db. We currently use AES-256-CTR with a random IV, but would like to move to AES-256-GCM.