Private Identity is a biometric recognition solution (API, SaaS, PaaS) powered by TensorFlow that provides verification, identity and search for face, face+mask, voice and fingerprint using fully homomorphic encryption (FHE). Use this tag with a language or IAM specific tag ([okta], [html], [python], [javascript], etc.) for questions about using the API or general use. Specify the application area such as [face-detection] as well.
Questions tagged [privateid]
4 questions
2
votes
0 answers
PrivId C# SDK - Get Results That Are Printed In Console
I am using PrivID C# SDK to get barcode from a driver license.
This is the code I use to get the barcode:
var isvalid = privid_fhe_face1.is_valid(
Image.Load(imagePath),
(int)privid_fhe_face.nContextEnum.IdBarcodeRGB);
…

Leen
- 31
- 3
1
vote
1 answer
How are the encrypted FHE payloads produced by Private Identity different from the templates produced by a cloud-based biometric recognition system?
How does the Private Identity system work? I am familiar with template-based matching systems and cloud-based recognition DNNs, but none of these use fully homomorphic encryption. How does a DNN provide an embedding? How does this embedding differ…

amit
- 88
- 1
- 5
1
vote
1 answer
How do I integrate PrivateIdentity authentication at HTML level?
I want to integrate Private Identity authentication into my web app, at the HTML level. How do I do that? Where do I find the iframe code and how do I get an API key?

Loai Abdelhalim
- 1,901
- 4
- 24
- 28
1
vote
1 answer
How are embeddings used for fully homomorphic encryption?
How exactly do you perform one way encryption using embeddings from a deep neural network?
Fully homomorphic encryption (FHE) benefits society by ensuring full privacy. The Private Identity recognition algorithm uses FHE to enable encrypted match…

Thomas Blobaum
- 3,680
- 1
- 17
- 16