-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Key-less Door Entry System #27
Comments
I particularly like this because it mean that 'opening hours' are a thing of the past. |
Hey gang, my experience hasn't actually included a locking mechanism, but I did look into them for future use. Your MVP may be to buy an electronic door lock with a remote and then control the remote with a relay circuit, this lets you build with off the shelf parts, and, importantly means you would have a key as a backup, because as we all know, tech breaks :( In my project the NFC tags only act as an identifier, and prompt a member of staff with an image of the owner, so it's hard for someone to abuse. In your case you want things to be fully automated so you need to consider all of the attack vectors and then work out how much risk you're willing to accept. Standard NFC tags have their ID set by manufacturer, meaning that if you have a limited set of IDs you will accept, an attacker will need to copy those also, which is possible but is a bit harder. If you validate both ID and some other arbitrary data on the tag then you can also rate-limit tags and head off any brute-force attempts. Of course by it's nature that means it's possible for an attacker to DoS the door, but probably better than letting someone in. There are 'secure' tags, such as the MIFARE DESFire (latest version possible), that allow you to encrypt data in such a way that it cannot be accessed without a key, but I suspect you need a specifically compatible reader for these kinds of cards, this would be worth looking into now as they may require some terrible proprietary hardware. Another idea I toyed with is two factor auth: registering both tags and the MAC addresses of the tag owners hardware (phone/laptop/tablet), you can limit access to tags that are accompanied by their owners hardware. Some general advice which might seem obvious:
I'm not sure if this was helpful, but if there are any questions this raises then let me know and I'll do my best to provide an answer or more detail, and let me know if you need any help. |
@barisbalic this is more helpful than you can imagine! (seriously thank you!) |
@nelsonic - keen! I always leave my keys behind; this'd be siiiick |
@mk4111 glad you like the idea. want to be "lead" for this "Mini Project". 😉 @barisbalic is our "implementation/design expert". fairly certain you've met at meetup ... 👍 @markwilliamfirth is your "Product Owner" and will order anything you need (e.g. components/tools) from Amazon etc. @eliasCodes is also into hardware hacking so you should get his input/feedback. 💭 We don't have a "deadline" for this, but it would be great to get it done by Friday 24th March |
@nelsonic I don't think it's been fully decided if we're doing this (or even staying in QuietSpace) yet and if we do go through with it, there might be a good case for getting a security company to do it for us rather than us building it in-house |
FYI @nelsonic, @iteles, @mk4111, @markwilliamfirth in return for any help, I must insist that any cards are printed as keycards from doom... |
@markwilliamfirth agreed. we are at the "research and feasibility study" stage. |
I suspect you will have to find a lock that matches/fits this kind of door. I would hope that there is a standard but I can't tell you what it is, otherwise you would likely need to replace the whole door. |
@nelsonic, can I just double check whether we still want to aim to complete the research and feasibility study by 24th March 2017? Just because it's soon, and I'd like to think about the next few steps to get this rolling! (I have seen the issue about investigating digital locks in Phase 2) |
@mk4111 good question! We need to call East London Locksmith or UPVC door installers to find out if it's possible to install an electronic door lock on the door @quietspace ... without that info we cannot proceed any further with this project ... please let me know if you're happy to make a few phonecalls and/or send emails. E.g: last week I sent out the following email: (which I have Forwarded to you in case you want to re-use it) And the chap is right we need to speak to the "right" people before doing anything |
@nelsonic - yup yup, would be happy to make phonecalls/send emails!! Will need to have a wee googley to find out about companies! I'll spend a pommy or two doing this tomorrow morning and will list out a few companies here; hope that's okidokie(?)! |
@mk4111 I hope you're well and enjoying airsorted! Wanted to ask if there was an update for where this issue ended up? Did anyone reply to you? |
At present we have "traditional" metal keys for locking the QuietSpace office.
While this has worked in the past it has 3 important disadvantages:
We therefore propose (for discussion) the installation of a key-less door entry system.
A key-less entry system will eliminate all the disadvantages of an "old school" key system.
Baseline Requirements:
>>
💳Really Nice-to-Have Features:
Background
@barisbalic has recently implemented a key-less entry system for "The Arch Climbing Wall" http://www.archclimbingwall.com so has plenty of experience and could help us if we ask nicely and feed him plenty of vegan curry ... 😋
@mk4111 if you want to help/pair on this we'd be delighted to get your input! 👍
London Hackspace https://london.hackspace.org.uk/ have had an RFID door entry system tied to their membership database for at least 4 years (since we've been members) so we could ask someone there to help us with getting our system installed. 💭
This could be a paid dwyl "Mini Project" because we are going to need this system for "Phase 2". 🌱
The text was updated successfully, but these errors were encountered: