You have to balance security with usability. Most users aren't gonna understand the flow of getting a randomly generated password, and they're just gonna write it down if they do. This is a delicate balance that all cybersec people know.
The Andromedus Galacticus Collection
This is a personal collection of things I find around the internet.
Alright, so somehow you found this place. Here's what to expect:
- Posts will be random; there are absolutely no themes here.
- Posts may be overwhelmingly frequent (sorry about your sub feed).
- Posts may be unbearably infrequent; you may forget you subscribed here.
- Posts may be oh, so very boring to you.
Due to the nature of this place, you may find a bunch of stuff that you don't care about, but you may also find a new passion.
So, the gist is, this is a place where I'll share random things, and you'll discover the internet with me.
Oh yeah, I didn't advertise this place anywhere, so hey, how did you even get here?
Check out the sister sub where you discover music with me! [email protected]
I’m aware of the balancing act. I just thought it was an interesting opinion piece that I myself don’t quite share. My words [will always be bracketed] to tell the difference. Thanks for offering a counter argument to this article!
I mean I was just offering my response. But I'll be sure to remember this one random guy will put his words in [brackets]
I was responding based on the community you’re in. I’m now assuming you are seeing this from either local feed, or subscribed. If that’s the case, then I understand the confusion.
I wasn’t intending to give off hostility in my words. If that’s what you interpreted, my bad for phrasing it poorly.
Passwords are a very simple system that has been used since antiquity, its distribution in the Roman military having been described by Polybius.
Passwords found use in early computing. The Compatible Time-Sharing System (CTSS) developed at MIT in 1961 implemented a PASSWORD
command, which only hid the characters to be typed.
The notion of hashing passwords was created in the early 1970s by Robert Morris. He also invented the crypt(3) algorithm, which used a 12-bit salt and invoked a modified form of the Data Encryption Standard (DES) algorithm 25 times to reduce risk of pre-computed dictionary attacks.
The ease of implementation is why password-based authentication is used everywhere. But I might argue this is too simple and can be exploited by attackers. Year after year, a new hashing algorithm becomes considered not secure enough.