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

Password generation is limited to 99 characters #265

Open
betsythefc opened this issue Dec 19, 2016 · 7 comments
Open

Password generation is limited to 99 characters #265

betsythefc opened this issue Dec 19, 2016 · 7 comments

Comments

@betsythefc
Copy link

When generating a password, I can not make a password greater than 99 characters. This seems to be a limitation of qtpass and not pass, as I can generate 128 character long passwords no problem.

@annejan
Copy link
Member

annejan commented Dec 19, 2016

It's a limit of the default of the number box even.
Thanks for taking the time to create this issue!
This is super easy to fix and will be fixed in the next release.

However there are some issues with both the pass and QtPass password generators respectively #264

@betsythefc
Copy link
Author

betsythefc commented Dec 19, 2016

I would love a more secure password generation method. I made a comment on what I'd like to see on #264.

Thanks!

@indolering
Copy link

indolering commented Jan 27, 2017

To be clear, even if you limited yourself to numeral you would only need ~77 digits to achieve 256 bits of "security". A random password with more than 99 characters is the definition of security theatre. This request should only be accommodated if it does not impact aesthetics and basically any other consideration ; )

@bauen1
Copy link

bauen1 commented Apr 2, 2017

Can we please get this ?
I want to impress my friends with a 2mb password.
👍

@jounathaen
Copy link
Member

Whats the point of having 2 Million characters as a password? There won't be any password field accepting more than maybe 500 Characters. If you want a random string with this length, there are other possibilities than building this into a password manager.

@bauen1
Copy link

bauen1 commented Apr 4, 2017

just the fact that you can and boast about it, and that there are some password fields that accept them

@indolering
Copy link

If you want to show support for this ticket, add an emoji reaction. Don't pollute our notification feeds!

This wouldn't be hard to fix, even for a relatively novice programmer. I would suggest locking the thread to prevent further comments.

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

No branches or pull requests

5 participants