Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 2.65 KB

File metadata and controls

51 lines (26 loc) · 2.65 KB

Biometric-Authentication-JAVA

The objective of this software is to develop a biometric identification and authentication system, and to study image processing techniques to identify and make comparisons.

NetBeans IDE 8.2 and SQLiteStudio v3.2.1 a biometric reader Usb Digital Persona Mod were used. U Are U 4000b.

D_NQ_NP_837634-MLB42862701173_072020-W

Login screen with registration option at the top.

Imagem1

Registration screen with name, password and position hierarchy.

Imagem2

After registering the previous information, you will ask to register the fingerprint.

Imagem3

Person who is going to register the fingerprint will need to enter it 4 times to record it in the database.

Imagem4

After saving the registration, it will return to the previous screen with the user already registered in the side table.

Imagem5

The program's database has 5 tables Idusuario, nome, senha, hierarquia, digital.

Imagem6

Idusuario is a unique number for each registration, username, password it is encrypted, hierarchy and the person level and the fingerprint uses the BLOB type which is a field to use binary information.

Imagem7

Fingerprint table data, BLOB type.

Imagem8

Login screen when entering correct name and password will ask to enter fingerprint.

Imagem9

After putting the right username and password will ask to put your finger.

Imagem10

After entering the fingerprint and it corresponds with the database.

Imagem11