Loading PCR values...

Current PCR Values

Active
Version: --
Updated: --
PCR0
PCR1
PCR2

What are PCR values?

PCRs (Platform Configuration Registers) are cryptographic measurements generated by AWS Nitro Enclaves. They uniquely identify the exact code running inside the enclave.

These values are generated by AWS hardware and cannot be faked. If the PCRs in your app match the values shown here, you can be confident you're communicating with authentic VettID infrastructure.

How to verify

1

Open the VettID app

Go to Settings > Security > Enclave Verification

2

View the PCR values

The app displays the PCR0 value from the last attestation

3

Compare with this page

The PCR0 value should match one of the values shown above (current or previous during updates)

4

If they don't match

Do not proceed. Contact support@vettid.dev immediately.

Scan to open this page on your phone

Or visit vettid.dev/pcr

Technical Details

PCR values are fetched from our signed manifest at /attestation/pcr-manifest. The manifest is signed with VettID's ECDSA P-256 key, and the signature is verified by your app before trusting the values.

During enclave updates, both current and previous PCR values are valid for a transition period (typically 48 hours). This ensures uninterrupted service during rolling deployments.

For developers: See our PCR Handling Guide for complete technical documentation.