LogoLogo
  • Introduction
  • Getting Started
  • SenseCrypt Server
    • Starting the server
    • Configuration
    • Licensing and Authorization
    • Using the Swagger Docs page
    • Authorization
    • Using a JWT Token for Mobile Authorization
    • Getting information about your license
    • SenseCrypt eID
      • Generating your first SensePrint eID QR
      • Generating a raw SensePrint
      • Decrypting a raw SensePrint
      • Parsing a SensePrint
    • SenseCrypt Face PKI
      • Configuration
      • Accessing your Root Certificate
      • Generate your first Face Certificate
      • Verifying a Face Certificate
      • Encrypting Data/Keys using a Face Certificate
      • Face Decrypting Data/Keys
      • Face Signing
      • Face Signature Verification
    • Accessing the server for testing
    • Liveness Image Requirements
  • SenseCrypt Mobile SDKs
    • Licensing
    • Authorization for Online SDKs
    • Liveness and Face Capture
    • Android SDK
    • iOS SDK
  • Conclusion
  • FAQ & Search
  • Appendix
    • Privacy Preserving Biometric Verifiability
    • Principles of Privacy Preserving Face Verification
    • Foundational vs Functional eID
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. SenseCrypt Server

SenseCrypt Face PKI

Functional eID features

PreviousParsing a SensePrintNextConfiguration

Last updated 9 months ago

Was this helpful?

As discussed earlier SenseCrypt Face PKI extends SenseCrypt eID by enabling a third party, without having / processing a person’s face / biometric data to

  1. encrypt information for that person's eyes only

  2. verify that the person signed specific information

  3. verify a subset of eID attributes are real as issued by a trusted issuer

The central piece of technology in SenseCrypt Face-PKI is the Face Certificate. A Face Certificate is generated from:

  • the user’s face

  • a purpose ID

  • metadata

In the following sections, we shall see how to use the end-points to accomplish various different objectives within SenseCrypt Face PKI functionality.

An example of a verification flow using Face Certificates