ChristopherNugent / Locksmith

A simple password generator applet for elementary OS
GNU General Public License v3.0
6 stars 4 forks source link

Include symbolic chars in Password #17

Closed snowparrot closed 5 years ago

snowparrot commented 5 years ago

In the moment the generator doesnt use symbolic chars like $, % etc. Using them makes passwords a lot stronger.

ChristopherNugent commented 5 years ago

Good idea.

Do you have any specific idea on what special characters should be used?

snowparrot commented 5 years ago

I gave some examples like $ or %

rugglcon commented 5 years ago

For this, I would use !@#$%^&*. Those seem to be the most common characters used with password managers.

ChristopherNugent commented 5 years ago

Sounds like a plan. I'll make the changes.

ChristopherNugent commented 5 years ago

Changes merged into dev, and should be in the next release.

snowparrot commented 5 years ago

Thanks ❤️