Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using the brainwallet function, is there a maximum number of characters you can use? #285

Open
Haula1 opened this issue Mar 8, 2023 · 1 comment

Comments

@Haula1
Copy link

Haula1 commented Mar 8, 2023

See title. I was wondering what the max amount of inputs are for the passphrase for a brainwallet.

@yuric
Copy link

yuric commented Mar 19, 2023

It is limited by what your brain can remember.

Brainwallet algorithm uses a hash function of entered data for creating the private key. That being said there might be a limit on the html textfield element in this implementation which I am not sure (way more than you can remember - probably something around half a million or more characters).

Note: This implementation has a minimum req.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants