Home » Topics
Is using predictable patterns like a 'slot machine' outcome for passwords actually secure?
password securityentropypassphraseencryption
Registration:
24.10.2023
Messages: 668
24.10.2023
Messages: 668
ByteMaster Topic author
02.01.2025 04:33
I've been reading a lot about password complexity, and I keep running into this concept where some people suggest using a random, almost 'slot machine' generated sequence for maximum entropy. My question is, how secure is a password that is purely random and unpredictable, versus one that is long and uses a memorable passphrase? I'm worried that even if it's random, if the generation method is known, it could be cracked. Has anyone tested the actual security strength of truly random, non-dictionary passwords against modern brute-force attacks? Any advice on best practices would be greatly appreciated.
15 Answers
08.08.2022
Posts: 565
Posts: 565
10.08.2021
Posts: 1169
Posts: 1169
21.03.2021
Posts: 102
Posts: 102
If the generation method is known, it's a vulnerability, regardless of how random the output is. This is a key point. You are worried about dictionary attacks, but you should also worry about the algorithm itself. Use a reputable, audited password manager that handles the randomness internally.
27.01.2025
Posts: 15
Posts: 15
Replying to the random vs. passphrase debate: While pure randomness is theoretically stronger, human fallibility means people tend to reuse or write down random passwords. Passphrases encourage unique, complex memory aids, which is a better behavioral safeguard.
30.01.2025
Posts: 1348
Posts: 1348
16.12.2024
Posts: 668
Posts: 668
26.08.2024
Posts: 852
Posts: 852
Totally agree with the point about the generation method. If the random number generator (RNG) is predictable (like using system time as a seed), the whole system collapses. Always ensure the system uses a Cryptographically Secure Pseudo-Random Number Generator (CSPRNG).
29.02.2024
Posts: 1282
Posts: 1282
15.03.2025
Posts: 88
Posts: 88
13.08.2023
Posts: 1285
Posts: 1285
22.03.2025
Posts: 223
Posts: 223
22.07.2024
Posts: 569
Posts: 569
07.05.2025
Posts: 181
Posts: 181
Want to join the discussion?
To leave a comment, you must log in to the forum.