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

Is "space only after - sign" intentional? #66

Closed
matkoniecz opened this issue Nov 1, 2021 · 1 comment
Closed

Is "space only after - sign" intentional? #66

matkoniecz opened this issue Nov 1, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@matkoniecz
Copy link
Contributor

Say in

If your password is too short, or contains dictionary words, places or names- then it can be easily cracked through brute force, or guessed by someone. The easiest way to make a strong password, is by making it long (12+ characters)- consider using a 'passphrase', made up of many words. Alternatively, use a password generator to create a long, strong random password. Have a play with HowSecureIsMyPassword.net, to get an idea of how quickly common passwords can be cracked. Read more about creating strong passwords: securityinabox.org

is using

or names- then

instead of

or names - then

intentional? Would it be welome to make PRs fixing this?

@matkoniecz matkoniecz added the bug Something isn't working label Nov 1, 2021
@matkoniecz matkoniecz changed the title Is "typo only after - sign" intentional? Is "space only after - sign" intentional? Nov 1, 2021
@Lissy93
Copy link
Owner

Lissy93 commented Nov 1, 2021

I think you’re right, there should not be a space before the dash (grammar isn’t my strongest point...). It would be awesome if you could make a PR, but if not I can do a Ctrl + F and replace this weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants