Skip to content

Backup NaCl Keys

Compare
Choose a tag to compare
@CMEONE CMEONE released this 15 Jun 18:55
· 38 commits to master since this release

In this release, we added support for backing up NaCl keys to a list of words (24 words for tEnvoyNaClKey and public tEnvoyNaClSigningKey, 48 words for private tEnvoyNaClSigningKey) through the new backup method. The backups can be restored to a key object using the fromBackup method or through using the backup option in keyFactory.genNaClKeys similar to how the key option is used.