Skip to main content

Command Palette

Search for a command to run...

Why new passwords are so hard to create

Published
2 min read
Why new passwords are so hard to create
O

A technical writer and .Net software engineer who is committed to building technological infrastructures capable of solving the challenges of netizens now and in the future.

When registering on a new platform, creating a new password can seem like an extreme sport. Having to think of a new password is something users don't like doing. Most people use the same password everywhere which is very great for ease of remembering and usage of the password but isn't so great in terms of security.

There are however user whose password are more vulnerable because they use dictionary words as their passwords. The reason why words that can be found in a dictionary are very poor choice of passwords is because a hacker can easily crack those passwords, there are hacking tools that try to breaking into a user's account by trying a lot of dictionary words to see which is the correct one.

Two factor authentication, input validation (to make sure your password has special characters and numbers) as well as a limit on the number of password trials you have, are measures that were put in place by software engineers. On more secure platforms you can't use your name as your password. While all of these makes password creation more stressful, it ultimately means that it'll be harder to guess your password without you giving the hacker a hint (or the password itself).

We've pushed the boundaries of software engineering even further by giving session ID, token and others things that are unique to your device and browser, these little features allow you to sign in directly without having to input your password based on the assumption that you protect your device and won't give it to just anyone. It's also why your device should be a private property. Cybersecurity has become quite complicated in a bid to further protect users while offering an amazing user experience.

S

Definitely never thought about this. Good stuff!

P.S.: Would you be open to freelance writing opportunities? Let me know.

2
O

Thank you for your feedback, it means a lot. Yes, I am open to freelance writing opportunities and would like to discuss this further with you. My email address is olabayobalogun@gmail.com

1
S

Sent a mail. Do check :) OLABAYO BALOGUN

More from this blog

Beginner's safe space.

352 posts

A blog that accompanies budding software engineers in their journey by making them realize that they're not alone and their challenges doesn't stop them from making a career in software development.