|
|
<!doctype html>
|
|
|
<head>
|
|
|
<link rel="stylesheet" href="css/style.css">
|
|
|
<link rel="shortcut icon" href="https://www.pathcheck.org/hubfs/Favicon.png">
|
|
|
<title>Paper-first Verifiable Credentials Generator</title>
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="center">
|
|
|
<h1>Paper-first Verifiable Credentials Generator</h1>
|
|
|
<br/>
|
|
|
<h3>Last Version</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='liberty.html'">V1.0 - Signed NY Excelsior HealthPass W3C Credential</button>
|
|
|
<br/ ><br/>
|
|
|
</div>
|
|
|
<div style="margin: 0 12px;">
|
|
|
<button onclick="location.href='index.v5.html'">V1.0 - Signed PathCheck Trifold Vaccination Card</button>
|
|
|
<br/ ><br/ >
|
|
|
</div>
|
|
|
<div style="margin: 0 12px;">
|
|
|
<button onclick="location.href='vial.html'">V1.0 - Signed Vaccine Vial Label for Moderna</button>
|
|
|
<br/ ><br/ >
|
|
|
</div>
|
|
|
<div style="margin: 0 12px;">
|
|
|
<button onclick="location.href='us.ma.id.html'">V1.0 - Signed Massachusetts ID</button>
|
|
|
<br/ ><br/ >
|
|
|
</div>
|
|
|
<div style="margin: 0 12px;">
|
|
|
<button onclick="location.href='banknote.html'">V1.0 - Signed Money Bills</button>
|
|
|
<br/ ><br/ >
|
|
|
</div>
|
|
|
<div style="margin: 0 12px;">
|
|
|
<button onclick="location.href='opencerta.html'">V1.0 - Signed 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>
|