An open API service indexing awesome lists of open source software.

https://github.com/brys0/elan-arm4-reader

A experimental project to support fingerprint reading of the Elan ARM-M4. This does not currently intergrate with pam interface for linux.
https://github.com/brys0/elan-arm4-reader

authentication elan fingerprint go golang

Last synced: 9 months ago
JSON representation

A experimental project to support fingerprint reading of the Elan ARM-M4. This does not currently intergrate with pam interface for linux.

Awesome Lists containing this project

README

          

# Elan-arm-m4 reader

#### NOTE
This code is very bad, essentially done to prove it could be done, not for.. use. That being said you should be able to run and execute it yourself.

This is essentially a direct port of [depau's](https://github.com/depau) wonderful reverse engineering done in the [elanpoc](https://github.com/depau/elanpoc) repo.

## Running

#### Prereq.
- go
- libusb 1.0 (See https://github.com/google/gousb for more instructions)

#### Running

`go run main.go`