M
M
mcrack2020-11-26 12:05:38
Python
mcrack, 2020-11-26 12:05:38

How to store fingerprint in database?

Hello, I want to write an application that provides information about a person based on his finger biometrics.

For example, a person put a finger, the data was sent to the server, the server gave out that this was such and such a person and gave out information about him.

I am now writing in the Dart + Flutter language and I want to get biometrics when a person puts a finger, as a result, as I understand it, I should get some kind of long string or json set, please explain what I should get as a result and how to get it? It would be nice to understand how to recognize it later on the server, there, in principle, I think you can already use Python with a huge set of libraries for this business.

Basically, I now need to get something to convert and send

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vladimir Korotenko, 2020-11-26
@firedragon

You haven't written the main operating system. And so look for biometrics api os name. Sensors usually spit out a blob that the api is already processing, giving an answer whether it is in the database.

R
Roman Mirilaczvili, 2020-11-26
@2ord

I don’t know how things are in reality, but it’s logical to assume that a fingerprint is some kind of identifier akin to a hash sum. And storing such a short identifier in the DBMS with related information (JSON or whatever) should not be a problem.
Identifying a person is getting that ID and matching it with the information in the DBMS.

P
Papa, 2020-11-26
Stifflera @PapaStifflera

No way. Biometrics is classified information. All you can do is request biometric authentication via the API. In this case, the data itself will not be obtained.

V
Vadim Simakin, 2020-11-26
@Vadessa

Save as svg image then save to db xml code of svg file

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question