Myth #2: Never write down a password
Myth: Written passwords can be stolen.
Truth: Never fear writing your passwords down. Ironically, the dread of a physical thief causes people to create weak, easily hackable passwords.
Security professionals agree—it is vastly safer to write complex, 16-character passwords in a physical notebook kept secure at home than to memorize weak passwords |
Myth #3: The Password Rotation
Myth: It's always a good idea to change the password after every few months.
Truth: Don't bother updating your password regularly. Sites that require 90-day -- or whatever -- password upgrades do more harm than good. Unless you think your password might be compromised, don't change it.
Check if your password is already been leaked in a historical data leak: https://haveibeenpwned.com/Passwords
A survey of 200 people conducted by security outfit HYPR has some alarming findings.
For instance, not only did 72% of users admit that they reused the same passwords in their personal life, but also 49% admitted that when forced to update their passwords in the workplace they reused the same one with a minor change.
Forced changes don't trick hackers; they just exhaust users into creating predictable patterns that automated cracking tools guess. Keep a strong password until a breach actually demands a change. |
How Passwords Get Compromised
Phishing: Attackers don't always hack their way in; often, they just ask. Phishing involves deceptive emails, fake login pages, or spoofed messages designed to trick you into voluntarily typing your credentials directly into a hacker's database.
Network Sniffers: If you connect to insecure or unencrypted Wi-Fi (like public hotspot networks), attackers can deploy "sniffers". This software intercepts data moving through the airwaves, capturing any passwords transmitted in plain text.
Keyloggers: This malicious software or hardware silently infects a device to record every single keystroke you type. It captures your master passwords and PINs in real-time, completely bypassing browser encryption.
Brute force or Cracking: Using specialized software, hackers cycle through millions of character combinations or known common phrase lists per second until they guess the correct match.
Weak passwords: Short, predictable passwords that are just too easy to guess. Here's a list of some of the most common and unsafe passwords: https://en.wikipedia.org/wiki/List_of_the_most_common_passwords
Reuse of passwords and use of compromised passwords: Reusing identical combinations across multiple platforms, or continuing to use a phrase after it has appeared in a known public data leak.
Clear text passwords in code and config. files: Leaving passwords written in plain, unencrypted text inside software source code or system configuration files where anyone with server access can read them. |
|
|
Passwords and their strengths
elephant1234 |
|
58 |
cat-walrus_traiN |
|
100 |
/*-+.\][ - |
|
44 |
doggo007 |
|
35 |
9452718465 |
|
26 |
trainNo.#4886 |
|
84 |
123@9 |
|
19 |
!smartkittly99% |
|
91 |
sId |
|
7 |
Fast&furiou$ |
|
75 |
*daydreamer |
|
61 |
Myth #4: The Passwordless
Myth: One can completely eliminate passwords by switching to FaceID or fingerprint readers.
Truth: Biometrics replace usernames, not passwords. Your face or fingerprint identifies who you are, but your biometrics aren't a secret. Passwords are secrets.
Passwordless means passwords will be used less. It doesn't mean they disappear completely |
Password cracking
There are commercial programs that do password cracking, sold primarily to police departments. There are also hacker tools that do the same thing like https://openwall.com/john/
As computers have become faster, they're able to test more passwords per second, 10s of millions per second. These crackers might run for days, on many machines simultaneously. For a high-profile police case, they might run for months.
The efficiency of password cracking depends on two largely independent things: computing power and efficiency(ability to guess passwords cleverly, e.g. try the most common passwords first). |
How to Choose a Password - Computerphile
How to store Passwords
A password manager is a software program that prevents password fatigue by automatically generating, autofilling, and storing passwords. Here are some you can download and use for free:
RoboForm: It has been a reliable name in password management since 1999. Its free version offers great value with unlimited logins on a single device, and college students can even grab a full year of premium for free. For users on the move, it features a unique portability option that lets you run the app directly from a USB drive across different computers.
Bitwarden: Offers a transparent, community-vetted architecture ideal for modern, secure syncing across devices.
KeePass: Provides total isolation by storing passwords strictly in a local, encrypted database (no automatic syncing). As FOSS, its massive ecosystem of third-party plugins allows endless functionality extensions across almost any device, browser, or platform. |
Definitely use MFA
If a site offers multi-factor authentication(MFA), seriously consider using it. It adds a critical extra layer of defense by requiring multiple pieces of evidence to prove your identity:
What you know: Passwords, PINs, or security questions.
What you have: Mobile apps (software tokens), hardware keys, OTP SMSs, emails, or digital certificates.
Who you are: Biometrics like fingerprints or facial recognition.
Where you are: Location-based checks like your IP address or GPS. |
|
Created By
priyal-kumar.blogspot.com
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by pryl