You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

126 lines
5.5 KiB

<!doctype html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.v2.css">
<link rel="stylesheet" href="css/topnav.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="https://www.pathcheck.org/hubfs/Favicon.png">
<title>PathCheck Verifiable QRs Demo</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DTDMHW3NV6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DTDMHW3NV6');
</script>
</head>
<body>
<div class="topnav">
<div class="topnavContainer">
<a class="active" href="index.html">Signers</a>
<a href="verify.html"><span class="xs-hidden">Universal </span>Verifier</a>
<a class="xs-hidden" href="debug.html">QR Debugger</a>
<a class="xs-hidden" href="https://github.com/Path-Check/paper-cred-demo">Source Code</a>
<a href="https://github.com/Path-Check/paper-cred"><span class="xs-hidden"> QR </span>Specs</a>
<a href="http://vaccine-docs.pathcheck.org"><span class="xs-hidden">Vaccine </span>Docs</a>
<a class="xs-hidden" href="http://pathcheck.org">About PathCheck</a>
</div>
</div>
<div class="subnav">
<div class="subnavContainer">
<a href="index.v5.html">PCF<span class="xs-hidden">'s 4 QRs</span></a>
<a href="eu.dgc.html">EU<span class="xs-hidden"> Covid Pass</span></a>
<a href="icao.html">ICAO<span class="xs-hidden"> Seals</span></a>
<a href="cowin.html">DIVOC<span class="xs-hidden">/India</span></a>
<a class="xs-hidden" href="opencerta.html"><span class="xs-hidden">Open</span>Certa</a>
<a href="vial.html">Vial<span class="xs-hidden"> Label</span></a>
<a href="us.ma.id.html"><span class="xs-hidden">Mass </span>ID</a>
<a href="banknote.html">Cash<span class="xs-hidden"> Bills</span></a>
</div>
</div>
<div class="center">
<h1>Verifiable QR Credentials</h1>
<h3>Last Versions</h3>
<div style="margin: 0 12px;">
<button onclick="location.href='index.v5.html'">V1.0 - PathCheck Signer</button>
<br/ ><br/ >
</div>
<div style="margin: 0 12px;">
<button onclick="location.href='verify.html'">V1.0 - PathCheck Verifier</button>
<br/ ><br/>
</div>
<div style="margin: 0 12px;">
<button onclick="location.href='debug.html'">V1.0 - PathCheck Debugger</button>
<br/ ><br/>
</div>
<h3>Vendor-specific Payloads</h3>
<div style="margin: 0 12px;">
<button onclick="location.href='icao.html'">V1.0 - ICAO Visible Digital Seals</button>
<br/ ><br/>
</div>
<div style="margin: 0 12px;">
<button onclick="location.href='eu.dgc.html'">V1.0 - EU Digital Covid Certificates</button>
<br/ ><br/>
</div>
<div style="margin: 0 12px;">
<button onclick="location.href='cowin.html'">V1.0 - India's DIVOC/COWIN W3C Credential</button>
<br/ ><br/>
</div>
<div style="margin: 0 12px;">
<button onclick="location.href='index.v5.html'">V1.0 - PathCheck Trifold Vaccination Card</button>
<br/ ><br/ >
</div>
<div style="margin: 0 12px;">
<button onclick="location.href='vial.html'">V1.0 - Verifiable Vaccine Vial Label for Moderna</button>
<br/ ><br/ >
</div>
<div style="margin: 0 12px;">
<button onclick="location.href='us.ma.id.html'">V1.0 - Verifiable Driver's Licenses/IDs</button>
<br/ ><br/ >
</div>
<div style="margin: 0 12px;">
<button onclick="location.href='banknote.html'">V1.0 - Verifiable Cash Bills</button>
<br/ ><br/ >
</div>
<div style="margin: 0 12px;">
<button onclick="location.href='opencerta.html'">V1.0 - OpenCerta W3C Credential</button>
<br/ ><br/>
</div>
<h3>Older/Deprecated Versions</h3>
<div style="margin: 0 12px;">
<button onclick="location.href='index.v5.html'">V1.0 - ECDSA, secp256k1, Base32, Multi-segmented QR, DNS/URL/DB PubKeys</button>
<br/ ><br/ >
</div>
<div style="margin: 0 12px;">
<button onclick="location.href='index.v4.html'">V0.5 - ECDSA, secp256k1, Hex Signature, Binary QRs on Slash-separated Payload</button>
<br/ ><br/>
</div>
<div style="margin: 0 12px;">
<button onclick="location.href='index.v3.html'">V0.4 - ECDSA, secp256k1, Hex Signature, Binary QRs on QueryString format</button>
<br/ ><br/>
</div>
<div style="margin: 0 12px;">
<button onclick="location.href='index.v2.html'">V0.3 - RSA + Selective Disclosure (Coupon, Badge, PassKey and Status)</button>
<br/><br/>
</div>
<div style="margin: 0 12px;">
<button onclick="location.href='index.v1.html'">V0.2 - RSA: Signed Our Own Immunization Credential</button>
<br/><br/>
</div>
<div style="margin: 0 12px;">
<button onclick="location.href='index.v0.html'">V0.1 - RSA: Signed QR Code with an Open W3C VC Format</button>
<br/><br/>
</div>
<div style="margin: 0 12px;">
<button onclick="location.href='index.v-1.html'">V0.01 - Simply Generating Dual QRs for analysis (No Signatures)</button>
<br/><br/>
</div>
</div>
</body>
</html>