this post was submitted on 26 Jun 2023
372 points (98.7% liked)
Programmer Humor
32396 readers
591 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Wouldn’t just duplicating the key achieve the same purpose or am I missing something?
Duplicating the key removes some accountability. With this set up you can revoke access to only one person, while leaving the access in place for everyone else. If you had a single lock with six copies then a bad actor getting a copy means you’d have to replace everyone else’s keys
This also means one person can’t take their lock off and replace it with another, and therefore lock out everyone else
Makes sense, thanks!
One case I've seen this, local PD, Sheriff, city Park District and county Forest Preserve District all needed access. They ech have dozens of hundreds of their own locks keyed the same, so they only need to carry one key, but they all need access to this one gate. If it was only one gate, it would be inconvenient but not too difficult, if it was a dozen shared gates, each with different overlapping agencies and each with their own key, every officer or employee would need a big ball of keys again, defeating the reason behind their keyed alike locks they already have.
Thanks!