jianglinxuan 48a14c21b4 Increase key security
Due to the biometric- driving.conf file permissions of 0644, the key
is not secure.
Now change the meaning of the AESKey field to specify the key file path
and key security is guaranteed by the key file's permissions (0600)
2018-09-11 16:19:49 +08:00
2018-09-06 15:51:50 +08:00
2018-09-07 10:42:40 +08:00
2018-09-11 16:19:49 +08:00
2018-09-06 15:51:50 +08:00
2018-09-07 15:11:34 +08:00
2018-09-06 15:51:50 +08:00
2018-09-06 15:51:50 +08:00
2018-09-06 15:51:50 +08:00
2018-09-06 15:51:50 +08:00
2018-09-06 15:51:50 +08:00
2018-09-06 15:51:50 +08:00
2018-09-06 15:51:50 +08:00
2018-09-06 15:51:50 +08:00

Biometric Authentication

A biometric identification framework. Provide unified DBus interface for application layer, used for various biometric identification and authentication.

The framework is divided into three layers: service layer, core layer and drive layer.

Service Layer

The service layer uses the DBus bus to provide the upper application with operation interfaces such as feature enroll, feature verify, feature identify, feature search, feature delete, etc. Meanwhile, it also provides notification of device status changes event and notification of USB device hotplug event.

Core Layer

The core layer abstracts the common operation of all kinds of biometric recognition, constructs the underlying framework of biometric recognition, and provides the general function and unified data storage method.

Driver Layer

The driver layer adapts various hardware, one driver corresponds to a kind of hardware, and completes the hardware related characteristic operation.

S
Description
No description provided
Readme 428 KiB
Languages
C 88.6%
Python 6.3%
Makefile 2.9%
Shell 1.1%
M4 1.1%