/Haptiq-Server

Remote server for Haptiq (Hackfest Project)

Primary LanguageJavaScript

Haptiq Haptiq Server

Haptiq is a fingerprint based authentication system for social logins. Today, various web browsers provide a functionality to save passwords. But any intruders or mischievous friend who knows your laptop password can go the settings and see the saved passwords. No security.

To solve this we made a system which enables you to login to various social sites using your Android Phone's Biometric authentication system. No more saving your passwords. No michiefs, No embarrassments. Haptiq just simplifies your login experience. Your data is kept confidential. Even we cannot see the data. We use AES 256-bit encryption communicating information with the chrome extension.

Project Repositories

Server: https://github.com/jazzyarchitects/Haptiq-Server
Chrome Extension: https://github.com/jazzyarchitects/Haptiq-Extension
Android: https://github.com/code-lucidal58/Haptiq

Demo

Haptiq Demo
More Videos

Running Server

Clone the repository on your desktop PC

$ npm install

To install all the dependencies. Start the server using

$ sudo sysctl fs.inotify.max_user_watches=524288 
$ node server.js

Your server will be running on PORT 3000.

P.S. You would need to change the IP address in the Android Application and Chrome Extension to connect your phone and laptop.

##Team Team Phoenix

Shreya MourShreya Mour
@shreyamour1
Jibin MathewsJibin Mathews
@jazzyarchitects
Aanisha MishraAanisha Mishra
@code-lucidal58

NOTE

The actual server hosted on AWS for demo purpose has been stopped temporarily. We expect to launch again shortly.