Skip to content

🧠 ∿ 🔓 A file-storage application with ultra-mega-secure authentication using brain biometrics.

Notifications You must be signed in to change notification settings

jaffreyjoy/portunus

Repository files navigation

Portunus

A file sharing application demonstrating the use of a new and robust method of authentication called Portunus.


Summary

Portunus (named after the Greek God of Keys) is a robust approach towards verifying the identity of an individual by using Brain Biometrics. It has been proved by multiple researchers that the EEG signals obtained from an individual is unique enough to identify an individual.

Motivation

Biometrics have been used for authentication purposes since long. However, traditional biometrics such as fingerprints, voice recognition, iris, etc have been recently compromised due to advancement in Artificial Intelligence.

Initial setup

yarn

Start MongoDB server

mongod

Start Express server

yarn start

Start Headset server

yarn process

Start Development server

yarn serve

Open http://localhost:8080