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

No Option to Limit Characters/Symbols Used #20

Closed
bebeki opened this issue Oct 19, 2021 · 4 comments
Closed

No Option to Limit Characters/Symbols Used #20

bebeki opened this issue Oct 19, 2021 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@bebeki
Copy link

bebeki commented Oct 19, 2021

Would it be possible to insert limits into which characters or symbols Obliviate can use? An issue I've run into is that some sites, such as eBay and PayPal, don't accept a bunch of the symbols that Obliviate uses. I tried changing the cipher key, but most still result in unaccepted symbols.

One possible solution would be a setting that limits passwords to letters and numbers only. In my head, it makes sense that the password generator could replicate the same password each time when given the same set of limitations, but I have no idea what's going on in the backend.

@dar5hak
Copy link
Contributor

dar5hak commented Oct 21, 2021

This is something I have thought of as well, but just asking the user to tell what the password should contain has a lot of cognitive overhead. Now you have to remember what options you provided for each site: was it just letters? Was this symbol accepted? Did it require at least one symbol, but \ wasn't allowed?

While I agree 100% with your concern, I haven't found a better way of getting around this situation. Personally, I just don't use Obliviate for such sites, and set a manual password which my browser remembers.

Keeping this open for discussion and ideas, but still sceptical about adding another input.

@dar5hak dar5hak added the help wanted Extra attention is needed label Oct 21, 2021
@mikezila
Copy link

mikezila commented Dec 6, 2021

You could perhaps have the application provide multiple passwords. One with a normal character spread and one simple that omitted symbols.

@TwentyOneSpokes
Copy link

Would it work if you added an integer to represent a boolean based on the users selection of 'Capitals', 'Special Characters' etc. This could be appended to the end of the cipherkey and could be used to amend the ALLOWED_CHARS list? I'm a complete beginner to coding so please forgive me if this is wide of the mark. Thanks for creating the app, I'm very grateful.

@dar5hak
Copy link
Contributor

dar5hak commented Jun 5, 2022

@mikezila I implemented this in #23. Guess that should solve this.

@dar5hak dar5hak closed this as completed Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants