• This repository has been archived on 05/Mar/2024
  • Stars
    star
    5
  • Rank 2,861,937 (Top 57 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created almost 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simplified python program for generating valid bip39 palindromic mnemonics, using an initial random entropy via the secrets module in Python for cryptographically secure entropy, then revealing the entropy in its various formats including hex, and as a bytearray before hashing to obtain the leading required number of bits from the hash digest in order to compute the checksum and complete the final word group. Palindromic mnemonics are also valid when the order of the words are reversed.