DomiDre / elster_ident

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElsterIdent

Experimental repository

Do not use in production!!! This is only a proof of concept!!!

Description

A little toy crate to check possibilities of using TLSNotary to verify ones identity based on Elster Portal.

Usage

  1. In a terminal start the notary server:
cargo run --bin notary --release -- --config-file notary-config.yaml
  1. In another terminal start the prover:
cargo run --bin prover --release
  1. Scan the QR-code with ElsterSecure App.
  2. Wait until the notarization is finished, should be 1-2 minutes.
  3. Go to https://tlsnotary.github.io/proof_viz/ and drop your elster_proof.json there, which was just generated. No worries, this is only in the browser, no data upload.
  4. Congrats you just proved your identity using Elster and TLSNotary.

About


Languages

Language:Rust 100.0%