meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
pub:online_protection [2024/10/01 10:31] – Gene Hugh | pub:online_protection [2025/05/26 10:47] (current) – Gene Hugh | ||
---|---|---|---|
Line 14: | Line 14: | ||
===== Passwords ===== | ===== Passwords ===== | ||
+ | * **Use a strong password** | ||
+ | * [[https:// | ||
+ | |||
* **Use a password manager** | * **Use a password manager** | ||
* Bitwarden - [[https:// | * Bitwarden - [[https:// | ||
Line 20: | Line 23: | ||
* **Use a different password for each account** | * **Use a different password for each account** | ||
* If a hacker gets one password, they can try the same password for other accounts. | * If a hacker gets one password, they can try the same password for other accounts. | ||
- | |||
- | * **Use a strong password** | ||
- | * [[https:// | ||
* **Use Multifactor authentication (MFA) or Two factor authentication (2FA)** | * **Use Multifactor authentication (MFA) or Two factor authentication (2FA)** | ||
Line 28: | Line 28: | ||
* Text message (SMS) method is not recommended and less secure | * Text message (SMS) method is not recommended and less secure | ||
+ | ===== Quantum-Resilient Password Lengths ===== | ||
+ | As of May 2025 | ||
+ | ^Password Use Case^Recommended Length (Post-Quantum)^Notes^ | ||
+ | |Standard login password (hashed with bcrypt/ | ||
+ | |High-security systems (admin, financial, sensitive data)|20–24+ characters|Use passphrases or random strings from a password manager.| | ||
+ | |Encryption passphrases (e.g., PGP, file encryption)|32+ characters|Quantum attacks may eventually brute-force shorter keys; longer passwords help mitigate risk.| | ||
+ | |Wi-Fi passwords (WPA3)|16–24 characters|Use maximum supported length to reduce offline cracking potential.| |