proof.im

Zero-Trust Proof of Identity

This service provides independently cryptographically verifiable proofs of idenity without relying on 3rd party private keys or signatures.


Proof of Authenticity and Security

  • No private keys, ever!
  • No passwords, ever!
  • No automatic signing, ever!
  • No encryption, ever!

Demo Authentication Flow


Get Started

ssh-rsa ssh-ed25519 minisign

1. Generate a private/public key-pair

ssh-keygen -t rsa -b 4096

2. Claim a handle and upload a public key

1. Generate a private/public key-pair

ssh-keygen -t ed25519

2. Claim a handle and upload a public key

1. Install minisign

Visit https://jedisct1.github.io/minisign/ and download the `minisign` executable.

2. Generate a private/public key-pair

minisign -G

3. Claim a handle and upload a public key

claim a handle

You can be anyone you want to be! You'll just need to prove ownership of a public key by providing a signature.

Read the original on proof.im ↗