Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngimhana/typing-dna
Bio Metric Authentication is one of the trending security methods now. This is a simple implementation of Key Stroke.
https://github.com/ngimhana/typing-dna
Last synced: 24 days ago
JSON representation
Bio Metric Authentication is one of the trending security methods now. This is a simple implementation of Key Stroke.
- Host: GitHub
- URL: https://github.com/ngimhana/typing-dna
- Owner: NGimhana
- Created: 2018-01-31T00:52:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T04:29:14.000Z (almost 7 years ago)
- Last Synced: 2024-11-08T09:47:11.355Z (3 months ago)
- Language: Java
- Size: 962 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Biometric Authentication
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
>Biometric authentication is a security process that relies on the unique biological characteristics of an individual to verify that he is who is says he is. Biometric authentication systems compare a biometric data capture to stored, confirmed authentic data in a database. If both samples of the biometric data match, authentication is confirmed. Typically, biometric authentication is used to manage access to physical and digital resources such as buildings, rooms and computing devices.## BioMetric Authentication Methods
- **Retinal scans** and iris scans can be used to authenticate users based on the unique patterns in their eyes
- **Voice analysis** may be easier for customers to use, especially over the telephone, but accuracy may not be as high as other methods.
- Body part geometry, including **finger geometry** and **earlobe geometry**, have been proposed for authenticating people but these methods may also be more easily spoofed
- **DNA matching** may be the most accurate and least subject to spoofing, but it may also be the most intrusive method for authenticating users.This is a project which implements **Typing-DNA** Bio Metric Authentication Method.
### What is Typing-DNA??
[![Key Stroke](http://i3.ytimg.com/vi/yH2CqAiY4KA/maxresdefault.jpg)](https://youtu.be/yH2CqAiY4KA "Typing DNA")
### How to use ??
- Firsly configure MYSQL server with the provided DDL . [SQL DDL](https://github.com/NGimhana/BioMetricAuthentification/blob/master/src/keystroke/BioMetricDDL.sql)
- Then run the application **After Start The Server**
- You can Either Use Build jar File [Typing-DNA](https://github.com/NGimhana/BioMetricAuthentification/blob/master/dist/KeyStroke.jar) or any JAVA IDE to run the application.