5
Jim Fenton 1 Opening your garage door with public-key signatures

OneID Garage Door

Embed Size (px)

DESCRIPTION

Short presentation on a hack I did to demonstrate easy-to-use mobile authentication with OneID by using it to control my garage door.

Citation preview

Page 1: OneID Garage Door

Jim Fenton

1

Opening your garage doorwith public-key signatures

Page 3: OneID Garage Door

What just happened?

• Authentication, not just a button press• Garage requests authentication and user’s

name from browser• Two signatures are returned:

- Browser signs indicating user’s consent- User’s “repository” signs indicating

authorization of browser• Website verifies signatures against stored

keys• Website checks authorization of user• Opens door and logs (in syslog) who did it

3

Page 4: OneID Garage Door

2

6

5

1

3

4

Browser

CloudMobile EncryptedRepository

Message Flow

Page 5: OneID Garage Door

What’s the point?

• Fun project with a Raspberry Pi!- Very straightforward project written in Python- Simple to interface to through GPIO port

• Show that OneID works on very small devices• Demonstrate easy-to-use authentication on

mobile• Play with authorization methods

- How to authorize users- Time-based, one-time access, etc.

5