Skip to content

A project to establish two-factor authentication using a password and camera to gain access to a system.

Notifications You must be signed in to change notification settings

javierb07/two-factor-auth

Repository files navigation

Two Factor Authentication

I developed this system when I took IE5900 Electromechanical Robotic Systems at Purdue.

It's a project to establish two-factor authentication using a password and a camera to gain access to a system.

It was developed using an Arduino board, three push-buttons, a buzzer, and an LCD display. Additionally, a computer with access to a camera is also needed.

The first form of authentication is done by typing a 3-digit numerical code through the buttons and the LCD display. The password and the username can be set in the Arduino file.

The second authentication is done by face detection through a Haar Cascade classifier. See example below:

https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_objdetect/py_face_detection/py_face_detection.html

To train a new face put frontal pictures of the face of the user in the images folder and run the training script.

About

A project to establish two-factor authentication using a password and camera to gain access to a system.

Topics

Resources

Stars

Watchers

Forks