Timeline for Python Password Generator with custom parameters
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 7, 2024 at 16:06 | history | edited | Reinderien |
edited tags
|
|
| Jan 23, 2023 at 6:00 | history | tweeted | twitter.com/StackCodeReview/status/1617401743725285379 | ||
| Jan 20, 2023 at 21:40 | comment | added | chepner |
Regarding security, longer passwords of only lowercase letters are stronger than shorter passwords containing mix. A 13-character lowercase-only password is harder to crack than a 10-character password that could have uppercase letters, lowercase letters, or digits. (26**13 > 62**10). Forcing users to use any specific mix of characters encourages shorter passwords, because they're easier to remember or type.
|
|
| Jan 20, 2023 at 21:02 | answer | added | depperm | timeline score: 3 | |
| Jan 20, 2023 at 20:01 | history | edited | Sᴀᴍ Onᴇᴌᴀ♦ | CC BY-SA 4.0 |
fix link so excess protocol is not appended at end, and make text hyperlink
|
| S Jan 20, 2023 at 19:27 | review | First questions | |||
| Jan 20, 2023 at 20:01 | |||||
| S Jan 20, 2023 at 19:27 | history | asked | jakelarson06 | CC BY-SA 4.0 |