Pymnemonic is a fun and interactive project that generates cryptographic mnemonic phrases using microphone noise as a source of entropy. The generated phrases can be used for secure password management and cryptocurrency wallets.
Pymnemonic captures random noise from your microphone and converts it into binary sequences. These sequences are then transformed into mnemonic phrases using the BIP-39 English Wordlist. The resulting phrases are both secure and memorable, providing a unique blend of security and entertainment.
- Install the required libraries using
pip
:
pip3 install -r requirements.txt
2.Run the script
python3 pymnemonic.py
- Follow the on-screen instructions to generate your mnemonic phrase.
If the english.txt
wordlist is missing, Pymnemonic will automatically download it from here.
This project is licensed under GPL.