Skip to content
Tullio Loffredo edited this page Jun 4, 2023 · 7 revisions

This project provides a full implementation of the Bip39 specs, along with a CLI that offers some mnemonic key management tools such as:

  • generate mnemonics;
  • validate mnemonics and, if requested, correct the last word according to the checksum (e.g. when a mnemonic is generated by rolling dices);
  • transform (and restore) mnemonics, e.g. to create side-wallets hiding the original;
  • hide or reveal a mnemonic in an image file, with a steganography algorithm.
Clone this wiki locally