/webcrypto-modern-algos

Proposal for the addition of various modern algorithms to the Web Cryptography API, as well as feature detection for algorithm support

Primary LanguageHTML

Modern Algorithms in the Web Cryptography API

This repository contains a proposal to add support for various modern cryptographic algorithms in the Web Cryptography API, namely:

  • AES-OCB
  • ChaCha20-Poly1305
  • SHA-3, cSHAKE and KMAC
  • Argon2

Additionally, it proposes to add a SubtleCrypto.supports function, for improved algorithm support detection.

See the draft specification.