Commit Graph

36 Commits

Author SHA1 Message Date
wowario f4ebf5f7c4
add fingerprint 2020-06-28 16:52:26 +03:00
wowario 89c3bc2824
wowified 2018-04-05 15:13:58 +03:00
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
Brendan Telzrow f44d42cb08 sanity check before generating new address 2017-09-13 10:22:25 +01:00
moneromooo-monero 92c9e34701
Add warning when custom entropy is low 2017-02-19 14:49:05 +00:00
moneromooo-monero c04a4e872b
README: mention Aeon 2017-02-04 10:07:46 +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
luigi1111 01545f5a09 Create only reduced seeds compatible with MyMonero 2015-08-20 18:45:12 +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
antanst 2ef5224be9 Fix missing '>' in img tag, add accidentally removed github link 2015-07-05 17:06:55 +03:00
antanst 566a1fd022 More beautification in various places. Add footer style and put there all extraneous information other than wallet generation 2015-06-27 16:33:29 +03:00
antanst c2ff2f2292 Prettify wallet generation buttons and key sections of the page. 2015-06-27 16:07:04 +03:00
antanst a9d2575dd1 Top bar with logo.
Signed-off-by: antanst <anastasiadis@datalive.gr>
2015-06-22 20:11:39 +03:00
antanst 683d0a2160 Remove some unnecessary CSS rules to save space.
Signed-off-by: antanst <anastasiadis@datalive.gr>
2015-06-22 20:09:35 +03:00
antanst e2ccbbee0d Add materialize.css. Remove external font dependencies. Add some inline CSS customizations.
Signed-off-by: antanst <anastasiadis@datalive.gr>
2015-06-22 19:59:37 +03:00
Antonis Anastasiadis 8b80e944dd Merge pull request #1 from antanst/antanst-working
Create README.md
2015-06-22 19:45:51 +03:00
Antonis Anastasiadis 9cd9c7c0a4 Create README.md 2015-06-22 19:44:03 +03:00
moneromooo-monero 7b1520d537
Signature 2015-06-21 15:35:52 +01:00
moneromooo-monero bcf4197aab Vanity address generator
Also don't generate a new seed when switching languages
2015-06-21 15:33:48 +01:00
moneromooo-monero ecac2b6d3d
Enable Spanish and Japanese now that simplewallet is fixed 2015-06-21 15:32:53 +01:00
moneromooo-monero c5c1bb95b3
Add GPG instructions, and generally rearrange text 2015-06-21 15:30:21 +01:00
moneromooo-monero e10f4eae70
Point to the raw GPG key, not the github page with extra stuff on 2015-06-21 11:39:40 +01:00
moneromooo-monero 10a3b3a979
Shrink the monero logo, it looks bad on large screens 2015-06-21 11:38:58 +01:00
moneromooo-monero 067621585b
A Monero offline wallet generator in Javascript 2015-06-15 20:37:33 +01:00