Go to file
moneromooo-monero 032df518f3
Fix custom entropy breakage
Only characters which are valid hexadecimal characters will properly
add entropy to the string.

Since we have to change this anyway, change the hashing to loop
through 10000 iterations of Keccak, as a kind of poor man's KDF,
to harden against brute force attacks.

The Keccak code is taken from https://github.com/emn178/js-sha3,
under MIT licence.

Thanks to luigi1111w for spotting the bug, suggesting the best
way to fix it, and pointing to the keccak library above.
2016-01-07 00:14:35 +00:00
README.md Create README.md 2015-06-22 19:44:03 +03:00
monero-wallet-generator.html Fix custom entropy breakage 2016-01-07 00:14:35 +00:00
monero-wallet-generator.html.asc Fix custom entropy breakage 2016-01-07 00:14:35 +00:00

README.md

monero-wallet-generator

Monero offline wallet generator

This page generates a new Monero address. It is self contained and does all the necessary calculations locally, so is suitable for generating a new wallet on a machine that is not connected to the network, and may even never be. This way, you can create a Monero wallet without risking the keys.