Commit Graph

17 Commits

Author SHA1 Message Date
moneromooo-monero c6e3ffb30b
Fix generate button being disabled when not using custom entropy 2017-10-07 12:26:47 +01:00
moneromooo-monero da2e7d937f
Add a comment about a GPG warning being expected 2017-09-18 11:40:37 +01:00
moneromooo-monero abcf8c85b2
Signature with PR 11 2017-09-13 10:23:33 +01:00
moneromooo-monero 92c9e34701
Add warning when custom entropy is low 2017-02-19 14:49:05 +00:00
moneromooo-monero 812b852d75
Add Aeon support 2017-02-04 10:04:13 +00:00
moneromooo-monero b3c0703201
Credit antanst and luigi1111 2016-01-07 00:15:03 +00:00
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
moneromooo-monero f208ee38bc
Optionally user supplied entropy, instead of the browser PRNG
Disabled by default.  Use only if you know what you are doing,
and are using enough entropy.

A hash of the supplied string is used as the random seed.
2016-01-01 15:20:04 +00:00
moneromooo-monero 03299a1171
Fix QR code not being updated for wallets from prefix
Reported by Lloydimiller4
2015-11-03 12:01:55 +00:00
moneromooo-monero 3ab744c4cb
Merge luigi1111's fix for mymonero seed compatibility 2015-08-20 18:47:47 +01:00
moneromooo-monero 9df4ebff76
Add missing semicolon in show QR button css override 2015-07-05 16:19:16 +01:00
moneromooo-monero 8017c5de78
Scale the show QR button down to look better
CSS rules from antanst
2015-07-05 16:08:47 +01:00
moneromooo-monero a4a425ccf9
Hide private values when showing the QR code
On the expectation that a photo may be taken. We don't trust the phone.
2015-07-05 15:52:52 +01:00
moneromooo-monero f46cb6f828
Add QR code for the address 2015-07-05 15:52:17 +01:00
moneromooo-monero b70f7113a3
Vanity address generator prefixes are now checked for validity 2015-07-05 15:51:23 +01:00
moneromooo-monero fd902a46ef
Move all copyright notices to the top 2015-07-05 15:22:24 +01:00
moneromooo-monero 7b1520d537
Signature 2015-06-21 15:35:52 +01:00