brainwallet / brainwallet.github.io

Brainwallet site
https://brainwallet.org
291 stars 409 forks source link

Adds decimal as a input to the convert tab #45

Closed ianthius closed 10 years ago

ianthius commented 10 years ago

This adds decimal as an input to the converter tab. This enables the scenario of diceware'esque creation of 128bit keys in poetry encoding format with popularly available 10 sided dice.

brainwallet commented 10 years ago

Thank you, merged.

brainwallet commented 10 years ago

Rewritten to jsbn2 in 35f1b0cdfc13e840dafdd18132bf2d623e1ba168.

ianthius commented 10 years ago

Cool. Thanks. I couldn't figure out where the big number stuff was. What file is it in? Also where is the crypto.util libraries coming from?

I needed to brush up on my JS so i thought I would implement a big number divide :)