Skip to content

Used MRFC-522 and keypad along with arduino to simulate an authentication system

Notifications You must be signed in to change notification settings

SupratikV/2fa-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Factor Authentication System Using Arduino

Abstract

Securing systems and protecting sensitive data is crucial today. Traditional single-factor authentication like passwords or access cards is vulnerable. This project implements a robust two-factor authentication system using Arduino Uno. It combines: something you know (PIN code) and something you have (RFID card). Integrating these three factors enhances security over single or two-factor methods.

Use Case

  • Financial institutions
  • Data centers
  • Personal safes
  • Door locks

Sensor Details

  • 4x4 membrane keypad
  • MRFC 522
  • LCD display

Circuit Diagram

circuit_diag

Credits

About

Used MRFC-522 and keypad along with arduino to simulate an authentication system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages