-1

I am currently working on a product similar to smart locks that work with BLE identification. I can handle the hardware of the product very well (mechanics / electronics / embedded software), however, I am totally unaware of how to implement the security layer in the product and how to validate it if exists.

schroeder
  • 123,438
  • 55
  • 284
  • 319
ATarek
  • 9
  • 1
  • 1
    "Security layer"? Security should be on every layer. What layer are you thinking about? Authentication? Bluetooth encryption? Access management? Remote management? "I want security" is not an attainable goal. What scope of security are you concerned about and what bad things do you not want to happen? – schroeder Jun 28 '20 at 14:55

1 Answers1

1

Rudeness not intended: if you are unaware of how to implement security on a lock, you must not even try to implement security on a lock.

No matter how good with the hardware and electronics you are, if the security is done by someone unexperienced, it is worse than no lock at all.

Why? Because if there's no lock on the door, people will not put anything valuable behind it. If there's your smart lock with flawed security, people will not know that, protect their valuables with your lock, and guess what...

Hire someone to do it for you. You don't have to make everything. In this case, you are not allowed to do everything.

And after hiring someone to implement security, get the schematics, a couple locks, and hire someone else to break the security. The someone else is very important.

ThoriumBR
  • 50,648
  • 13
  • 127
  • 142