• Digest
  • Secure Random
  • Encryption
  • Passwords
  • Digest

    Generate a one-way hash, or digest, for integrity validation.

  • 512 bits
  • Web Crypto API
  • FIPS 180-4 § 6.2
  • Verify Digest

    Secure Random Generator

    A pseudo random number generator suitable for cryptographic operations is accessible in your browser via the Web Crypto API.

  • Random Values
  • UUIDv4
  • Encryption

    Encrypt or decrypt with symmetric or asymmetric keys.

  • List Keys
  • Generate Key
  • Import Key
    • No Keys. Generate or import a key to get started.
  • Encrypt
  • Decrypt
  • Sign
  • Verify
  • Advanced Settings
    Advanced Settings
    Advanced Settings
    Advanced Settings
    Advanced Settings

    Passwords

    Hash and verify hashed passwords.

  • 512 bits
  • bcrypt.js
  • Provos N, Maziéres D (10 June 1999)
  • Verification not yet implemented

    Settings used by Client & Server

    Client Values

    Server Values • Generated by Client during Registration • Stored in User Record

    Settings used by Client & Server

    Client Values

    Values Returned by Server after client sends identity

    All cryptographic operations happen in your browser and leverage the Web Crypto API, where applicable. For functions not implemented by the Web Crypto API, care was taken to select and configure libraries to source random data securely. Audit the code.