1. Web Cryptography

    JavaScript API for performing basic cryptographic operations in web applications

  2. crypto.getRandomValues()

    Method of generating cryptographically random values.

  3. Web Authentication API

    The Web Authentication API is an extension of the Credential Management API that enables strong authentication with public key cryptography, enabling password-less authentication and / or secure second-factor authentication without SMS texts.

  4. cryptokey api

  5. cryptokey api: algorithm

  6. cryptokey api: extractable

  7. cryptokey api: type

  8. cryptokey api: usages

  9. crypto api: `getrandomvalues()`

  10. crypto api: `randomuuid()`

  11. crypto api: subtle

  12. crypto api: subtle: secure context required

  13. crypto api: available in workers

  14. subtlecrypto api

  15. subtlecrypto api: decrypt

  16. subtlecrypto api: derivebits

  17. subtlecrypto api: derivekey

  18. subtlecrypto api: derivekey: `aes` as `derivedkeyalgorithm` option value

  19. subtlecrypto api: derivekey: `hkdf` as `derivedkeyalgorithm` option value

  20. subtlecrypto api: derivekey: `hmac` as `derivedkeyalgorithm` option value

  21. subtlecrypto api: derivekey: `pbkdf2` as `derivedkeyalgorithm` option value

  22. subtlecrypto api: digest

  23. subtlecrypto api: encrypt

  24. subtlecrypto api: exportkey

  25. subtlecrypto api: exportkey: `ed25519` algorithm

  26. subtlecrypto api: generatekey

  27. subtlecrypto api: generatekey: `ed25519` algorithm

  28. subtlecrypto api: importkey

  29. subtlecrypto api: importkey: `ed25519` algorithm

  30. subtlecrypto api: secure context required

  31. subtlecrypto api: sign

  32. subtlecrypto api: sign: `ed25519` algorithm

  33. subtlecrypto api: unwrapkey

  34. subtlecrypto api: verify

  35. subtlecrypto api: verify: `ed25519` algorithm

  36. subtlecrypto api: available in workers

  37. subtlecrypto api: wrapkey