|
|
5 years ago | |
|---|---|---|
| .vscode | 5 years ago | |
| css | 5 years ago | |
| docs | 5 years ago | |
| img | 5 years ago | |
| js | 5 years ago | |
| keys | 5 years ago | |
| libs | 5 years ago | |
| CNAME | 5 years ago | |
| README.md | 5 years ago | |
| banknote.html | 5 years ago | |
| debug.html | 5 years ago | |
| index.html | 5 years ago | |
| index.v-1.html | 5 years ago | |
| index.v0.html | 5 years ago | |
| index.v1.html | 5 years ago | |
| index.v2.html | 5 years ago | |
| index.v3.html | 5 years ago | |
| index.v4.html | 5 years ago | |
| index.v5.html | 5 years ago | |
| liberty.html | 5 years ago | |
| opencerta.html | 5 years ago | |
| us.ma.id.html | 5 years ago | |
| verify.html | 5 years ago | |
| verify.java | 5 years ago | |
| verify.py | 5 years ago | |
| verify.rb | 5 years ago | |
| verify.sh | 5 years ago | |
| vial.html | 5 years ago | |
This repository hosts a set of demos to sign and verify QR-based credentials created with the PathCheck's URI specification in multiple languages. Demos are available for in HTML+JavaScript, Ruby, Java, Python and Shell Script, computing locally.
The following scripts cryptographically sign and verify hardcoded payload you will find in the code.
See it here.
Clone this Repository
git clone https://github.com/Path-Check/paper-cred-demo
Install the dependencies:
pip3 install ecdsa
pip3 install dnspython
and run with
python verify.py
See it here.
Clone this Repository
git clone https://github.com/Path-Check/paper-cred-demo
Install the dependencies:
gem install base32
and run with
ruby verify.rb
See it here.
Clone this Repository
git clone https://github.com/Path-Check/paper-cred-demo
Give permissions:
chmod 777 verify.sh
and run with
./verify.sh
See it here.
Clone this Repository
git clone https://github.com/Path-Check/paper-cred-demo
and run with
javac -classpath libs/commons-codec-1.15.jar verify.java
java -classpath libs/commons-codec-1.15.jar:. verify