ehn-sign-verify-javascript-trivial
ehn-sign-verify-javascript-trivial copied to clipboard
Trivial eHN-Simple implementation in plain/simplified javascript
Hi, will it be possible to attach an example of signature and verification with an 'RSA' certificate? 🙏
This code does not seem to work with some official keys. I.e. this key issued by the german authorities: ``` { kty: 'EC', 'x5t#S256': 'XkVWZqUeeFc0suP6qTJGG-C723_K_z2geLisE5wmluI', use: 'sig', crv: 'P-256', kid:...
I wanted to try out this implementation but I can't generate the certificates. When I run `./gen-csca-dsc.sh` it just hangs. I tried to leave it for an hour to see...
Hi, I followed the steps described in your README and could installed the project successfully on Linux: ``` $ npm install > [email protected] preinstall /home/lallement/Projects/ehn-sign-verify-javascript-trivial/node_modules/cbor > node .checkVersion > [email protected]...
Hello, Thanks for the explainer. I have created an [Observable notebook](https://observablehq.com/@oncletom/qr-code-pass-sanitaire) to spark conversations with people unaware of QR code contents/unable to compare them with their national QR code. ```js...
Hello ! I have a health certificate checking website (https://sanipasse.fr) for which I would like to add support for digital green certificates. In order to do so, I would like...
JSON strings only support double quotes `"` and there was a random wrong `|` in the shell code example.
- Include the pure logic under `src` - Divide the CLI implementation under `bin` - Change fs.readSync to Promise Stream since node opens stdin in non-blocking manner and can result...
Hello, Sometimes we encounter an issue when inflating the compressed stream: for example runing: npm run sign | tail -1 | npm run verify With the following JSON gives this...