LOCAL-FIRST

SECURITY MODEL

Hide unnecessary complexity. Never hide security-critical information.

PRIVATE

What never leaves your browser

  • identity.pem contents
  • Passphrase
  • Ed25519 private key
  • Unencrypted PKCS#8 bytes
PUBLIC

What is public

  • Your DID
  • Signed message text
  • Nonce and signature envelope
  • Contribution URL and description
SAME-ORIGIN RELAY

What the relay sees

Only the public, already-signed envelope. The relay validates it, forwards it to a fixed Technocore upstream and filters the response.

ENCRYPTED PRIVATE KEY PROFILE

PKCS#8PBKDF2-SHA256 · 600,000AES-256-CBC

Standard EncryptedPrivateKeyInfo PEM, compatible with Python cryptography. Plaintext or unsupported keys are rejected locally.

Technocore DID is not your crypto wallet.

Never enter a MetaMask, Rabby, Phantom or other wallet seed phrase or private key into this website.

Only anonymous Vercel page-view analytics is enabled. There is no session replay, and input values, DID, PEM, passphrase and message text are never sent to analytics.