factom-keystore
v0.4.0
Published
A keystore for Factom: Factoid keys, Entry Credit keys and Identity keys
Downloads
12
Maintainers
Readme
factom-keystore
Store for Factom secrets. Originally created to be used in the FAT wallet.
It supports encrypted storage of:
- Factoid addresses
- Entry Credit addresses
- Digital Identity keys
Secrets can either be imported or generated from a 12-word mnemonic seed.
Security
Secrets are encrypted at rest and in memory using the authenticated encryption algorithm xsalsa20-poly1305. We use the implementation of tweetnacl-js
which has been formally audited.