anderson-arlen / cryptoseed

Secure your bitcoin recovery seed.
https://anderson-arlen.github.io/cryptoseed/
MIT License
62 stars 25 forks source link

Feature Request - long-form seeds #4

Open george-viaud opened 6 years ago

george-viaud commented 6 years ago

In some currencies (like Nano) a seed is actually a single long hex string (no HD word system has yet to be developed for it officially).

In this scenario, upon decoding, CryptoSeed outputs the original hash correctly, but it tries to format it as a list of words.

It would be nice that if it detects a single monolithic string, or a list which contains words greater than some sensible length, that it outputs in a large block of text instead.

Very useful tool - thank you.

anderson-arlen commented 4 years ago

Good point! I do like Nano so I'll have to do that.