This script deterministically generates a Monero wallet from an argon2id hash of a text provided by the user. The exact same text will generate the exact same wallet, as long as you know what text you used, you can retrieve your wallet's seed with no additional information. Anyone else who knows or guesses what text you used can gain full control over your wallet, because of this, it's important to use a sufficiently long and hard to guess text and never reveal to anyone that you used it in this script.
Find a file
2025-02-14 07:15:23 +00:00
images Upload files to "images" 2025-02-14 07:10:44 +00:00
memonero-cli.py Upload files to "/" 2025-02-14 06:48:14 +00:00
memonero-gui.py Upload files to "/" 2025-02-14 06:48:14 +00:00
README.md Update README.md 2025-02-14 07:15:23 +00:00
requirements.txt Upload files to "/" 2025-02-14 07:04:06 +00:00

Memonero

This script deterministically generates a Monero wallet from an argon2id hash of a text provided by the user. The exact same text will generate the exact same wallet, as long as you know what text you used, you can retrieve your wallet's seed with no additional information. Anyone else who knows or guesses what text you used can gain full control over your wallet, because of this, it's important to use a sufficiently long and hard to guess text and never reveal to anyone that you used it in this script.

screenshot