0.4.0 • Published 5 years ago

factom-keystore v0.4.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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.