SOLFIND
Web Lens
Portal home

Web Crypto API | Node.js v19.9.0 Documentation

https://nodejs.org/docs/latest-v19.x/api/webcrypto.html • 152 KB fetched
Open original page


Web Crypto API | Node.js v19.9.0 Documentation Node.js * About this documentation * Usage and example * Assertion testing * Asynchronous context tracking * Async hooks * Buffer * C++ addons * C/C++ addons with Node-API * C++ embedder API * Child processes * Cluster * Command-line options * Console * Corepack * Crypto * Debugger * Deprecated APIs * Diagnostics Channel * DNS * Domain * Errors * Events * File system * Globals * HTTP * HTTP/2 * HTTPS * Inspector * Internationalization * Modules: CommonJS modules * Modules: ECMAScript modules * Modules: node:module API * Modules: Packages * Net * OS * Path * Performance hooks * Permissions * Process * Punycode * Query strings * Readline * REPL * Report * Single executable applications * Stream * String decoder * Test runner * Timers * TLS/SSL * Trace events * TTY * UDP/datagram * URL * Utilities * V8 * VM * WASI * Web Crypto API * Web Streams API * Worker threads * Zlib * Code repository and issue tracker Node.js v19.9.0 documentation * Node.js v19.9.0 * ► ▼ Table of contents * Web Crypto API * Examples * Generating keys * AES keys * ECDSA key pairs * Ed25519/Ed448/X25519/X448 key pairs * HMAC keys * RSA key pairs * Encryption and decryption * Exporting and importing keys * Wrapping and unwrapping keys * Sign and verify * Deriving bits and keys * Digest * Algorithm matrix * Class: Crypto * crypto.subtle * crypto.getRandomValues(typedArray) * crypto.randomUUID() * Class: CryptoKey * cryptoKey.algorithm * cryptoKey.extractable * cryptoKey.type * cryptoKey.usages * Class: CryptoKeyPair * cryptoKeyPair.privateKey * cryptoKeyPair.publicKey * Class: SubtleCrypto * subtle.decrypt(algorithm, key, data) * subtle.deriveBits(algorithm, baseKey, length) * subtle.deriveKey(algorithm, baseKey, derivedKeyAlgorithm, extractable, keyUsages) * subtle.digest(algorithm, data) * subtle.encrypt(algorithm, key, data) * subtle.exportKey(format, key) * subtle.generateKey(algorithm, extractable, keyUsages) * subtle.importKey(format, keyData, algorithm, extractable, keyUsages) * subtle.sign(algorithm, key, data) * subtle.unwrapKey(format, wrappedKey, unwrappingKey, unwrapAlgo, unwrappedKeyAlgo, extractable, keyUsages) * subtle.verify(algorithm, key, signature, data) * subtle.wrapKey(format, key, wrappingKey, wrapAlgo) * Algorithm parameters * Class: AlgorithmIdentifier * algorithmIdentifier.name * Class: AesCbcParams * aesCbcParams.iv * aesCbcParams.name * Class: AesCtrParams * aesCtrParams.counter * aesCtrParams.length * aesCtrParams.name * Class: AesGcmParams * aesGcmParams.additionalData * aesGcmParams.iv * aesGcmParams.name * aesGcmParams.tagLength * Class: AesKeyGenParams * aesKeyGenParams.length * aesKeyGenParams.name * Class: EcdhKeyDeriveParams * ecdhKeyDeriveParams.name * ecdhKeyDeriveParams.public * Class: EcdsaParams * ecdsaParams.hash * ecdsaParams.name * Class: EcKeyGenParams * ecKeyGenParams.name * ecKeyGenParams.namedCurve * Class: EcKeyImportParams * ecKeyImportParams.name * ecKeyImportParams.namedCurve * Class: Ed448Params * ed448Params.name * ed448Params.context * Class: HkdfParams * hkdfParams.hash * hkdfParams.info * hkdfParams.name * hkdfParams.salt * Class: HmacImportParams * hmacImportParams.hash * hmacImportParams.length * hmacImportParams.name * Class: HmacKeyGenParams * hmacKeyGenParams.hash * hmacKeyGenParams.length * hmacKeyGenParams.name * Class: Pbkdf2Params * pbkdb2Params.hash * pbkdf2Params.iterations * pbkdf2Params.name * pbkdf2Params.salt * Class: RsaHashedImportParams * rsaHashedImportParams.hash * rsaHashedImportParams.name * Class: RsaHashedKeyGenParams * rsaHashedKeyGenParams.hash * rsaHashedKeyGenParams.modulusLength * rsaHashedKeyGenParams.name * rsaHashedKeyGenParams.publicExponent * Class: RsaOaepParams * rsaOaepParams.label * rsaOaepParams.name * Class: RsaPssParams * rsaPssParams.name * rsaPssParams.saltLength * ► ▼ Index * About this documentation * Usage and example * Index * Assertion testing * Asynchronous context tracking * Async hooks * Buffer * C++ addons * C/C++ addons with Node-API * C++ embedder API * Child processes * Cluster * Command-line options * Console * Corepack * Crypto * Debugger * Deprecated APIs * Diagnostics Channel * DNS * Domain * Errors * Events * File system * Globals * HTTP * HTTP/2 * HTTPS * Inspector * Internationalization * Modules: CommonJS modules * Modules: ECMAScript modules * Modules: node:module API * Modules: Packages * Net * OS * Path * Performance hooks * Permissions * Process * Punycode * Query strings * Readline * REPL * Report * Single executable applications * Stream * String decoder * Test runner * Timers * TLS/SSL * Trace events * TTY * UDP/datagram * URL * Utilities * V8 * VM * WASI * Web Crypto API * Web Streams API * Worker threads * Zlib * Code repository and issue tracker * ► ▼ Other versions * 19.x * 18.x LTS * 17.x * 16.x LTS * 15.x * ► ▼ Options * View on single page * View as JSON * Edit on GitHub Table of contents * Web Crypto API * Examples * Generating keys * AES keys * ECDSA key pairs * Ed25519/Ed448/X25519/X448 key pairs * HMAC keys * RSA key pairs * Encryption and decryption * Exporting and importing keys * Wrapping and unwrapping keys * Sign and verify * Deriving bits and keys * Digest * Algorithm matrix * Class: Crypto * crypto.subtle * crypto.getRandomValues(typedArray) * crypto.randomUUID() * Class: CryptoKey * cryptoKey.algorithm * cryptoKey.extractable * cryptoKey.type * cryptoKey.usages * Class: CryptoKeyPair * cryptoKeyPair.privateKey * cryptoKeyPair.publicKey * Class: SubtleCrypto * subtle.decrypt(algorithm, key, data) * subtle.deriveBits(algorithm, baseKey, length) * subtle.deriveKey(algorithm, baseKey, derivedKeyAlgorithm, extractable, keyUsages) * subtle.digest(algorithm, data) * subtle.encrypt(algorithm, key, data) * subtle.exportKey(format, key) * subtle.generateKey(algorithm, extractable, keyUsages) * subtle.importKey(format, keyData, algorithm, extractable, keyUsages) * subtle.sign(algorithm, key, data) * subtle.unwrapKey(format, wrappedKey, unwrappingKey, unwrapAlgo, unwrappedKeyAlgo, extractable, keyUsages) * subtle.verify(algorithm, key, signature, data) * subtle.wrapKey(format, key, wrappingKey, wrapAlgo) * Algorithm parameters * Class: AlgorithmIdentifier * algorithmIdentifier.name * Class: AesCbcParams * aesCbcParams.iv * aesCbcParams.name * Class: AesCtrParams * aesCtrParams.counter * aesCtrParams.length * aesCtrParams.name * Class: AesGcmParams * aesGcmParams.additionalData * aesGcmParams.iv * aesGcmParams.name * aesGcmParams.tagLength * Class: AesKeyGenParams * aesKeyGenParams.length * aesKeyGenParams.name * Class: EcdhKeyDeriveParams * ecdhKeyDeriveParams.name * ecdhKeyDeriveParams.public * Class: EcdsaParams * ecdsaParams.hash * ecdsaParams.name * Class: EcKeyGenParams * ecKeyGenParams.name * ecKeyGenParams.namedCurve * Class: EcKeyImportParams * ecKeyImportParams.name * ecKeyImportParams.namedCurve * Class: Ed448Params * ed448Params.name * ed448Params.context * Class: HkdfParams * hkdfParams.hash * hkdfParams.info * hkdfParams.name * hkdfParams.salt * Class: HmacImportParams * hmacImportParams.hash * hmacImportParams.length * hmacImportParams.name * Class: HmacKeyGenParams * hmacKeyGenParams.hash * hmacKeyGenParams.length * hmacKeyGenParams.name * Class: Pbkdf2Params * pbkdb2Params.hash * pbkdf2Params.iterations * pbkdf2Params.name * pbkdf2Params.salt * Class: RsaHashedImportParams * rsaHashedImportParams.hash * rsaHashedImportParams.name * Class: RsaHashedKeyGenParams * rsaHashedKeyGenParams.hash * rsaHashedKeyGenParams.modulusLength * rsaHashedKeyGenParams.name * rsaHashedKeyGenParams.publicExponent * Class: RsaOaepParams * rsaOaepParams.label * rsaOaepParams.name * Class: RsaPssParams * rsaPssParams.name * rsaPssParams.saltLength Web Crypto API # History Version Changes v19.0.0 No longer experimental except for the Ed25519 , Ed448 , X25519 , and X448 algorithms. v18.4.0, v16.17.0 Removed proprietary 'node.keyObject' import/export format. v18.4.0, v16.17.0 Removed proprietary 'NODE-DSA' , 'NODE-DH' , and 'NODE-SCRYPT' algorithms. v18.4.0, v16.17.0 Added 'Ed25519' , 'Ed448' , 'X25519' , and 'X448' algorithms. v18.4.0, v16.17.0 Removed proprietary 'NODE-ED25519' and 'NODE-ED448' algorithms. v18.4.0, v16.17.0 Removed proprietary 'NODE-X25519' and 'NODE-X448' named curves from the 'ECDH' algorithm. Stability: 2 - Stable Node.js provides an implementation of the standard Web Crypto API . Use globalThis.crypto or require('node:crypto').webcrypto to access this module. const { subtle } = globalThis. crypto ; ( async function ( ) { const key = await subtle. generateKey ({ name : 'HMAC' , hash : 'SHA-256' , length : 256 , }, true , [ 'sign' , 'verify' ]); const enc = new TextEncoder (); const message = enc. encode ( 'I love cupcakes' ); const digest = await subtle. sign ({ name : 'HMAC' , }, key, message); })(); copy Examples # Generating keys # The <SubtleCrypto> class can be used to generate symmetric (secret) keys or asymmetric key pairs (public key and private key). AES keys # const { subtle } = globalThis. crypto ; async function generateAesKey ( length = 256 ) { const key = await subtle. generateKey ({ name : 'AES-CBC' , length, }, true , [ 'encrypt' , 'decrypt' ]); return key; } copy ECDSA key pairs # const { subtle } = globalThis. crypto ; async function generateEcKey ( namedCurve = 'P-521' ) { const { publicKey, privateKey, } = await subtle. generateKey ({ name : 'ECDSA' , namedCurve, }, true , [ 'sign' , 'verify' ]); return { publicKey, privateKey }; } copy Ed25519/Ed448/X25519/X448 key pairs # Stability: 1 - Experimental const { subtle } = globalThis. crypto ; async function generateEd25519Key ( ) { return subtle. generateKey ({ name : 'Ed25519' , }, true , [ 'sign' , 'verify' ]); } async function generateX25519Key ( ) { return subtle. generateKey ({ name : 'X25519' , }, true , [ 'deriveKey' ]); } copy HMAC keys # const { subtle } = globalThis. crypto ; async function generateHmacKey ( hash = 'SHA-256' ) { const key = await subtle. generateKey ({ name : 'HMAC' , hash, }, true , [ 'sign' , 'verify' ]); return key; } copy RSA key pairs # const { subtle } = globalThis. crypto ; const publicExponent = new Uint8Array ([ 1 , 0 , 1 ]); async function generateRsaKey ( modulusLength = 2048 , hash = 'SHA-256' ) { const { publicKey, privateKey, } = await subtle. generateKey ({ name : 'RSASSA-PKCS1-v1_5' , modulusLength, publicExponent, hash, }, true , [ 'sign' , 'verify' ]); return { publicKey, privateKey }; } copy Encryption and decryption # const crypto = globalThis. crypto ; async function aesEncrypt ( plaintext ) { const ec = new TextEncoder (); const key = await generateAesKey (); const iv = crypto. getRandomValues ( new Uint8Array ( 16 )); const ciphertext = await crypto. subtle . encrypt ({ name : 'AES-CBC' , iv, }, key, ec. encode (plaintext)); return { key, iv, ciphertext, }; } async function aesDecrypt ( ciphertext, key, iv ) { const dec = new TextDecoder (); const plaintext = await crypto. subtle . decrypt ({ name : 'AES-CBC' , iv, }, key, ciphertext); return dec. decode (plaintext); } copy Exporting and importing keys # const { subtle } = globalThis. crypto ; async function generateAndExportHmacKey ( format = 'jwk' , hash = 'SHA-512' ) { const key = await subtle. generateKey ({ name : 'HMAC' , hash, }, true , [ 'sign' , 'verify' ]); return subtle. exportKey (format, key); } async function importHmacKey ( keyData, format = 'jwk' , hash = 'SHA-512' ) { const key = await subtle.importKey(format, keyData, { name : 'HMAC' , hash, }, true , [ 'sign' , 'verify' ]); return key; } copy Wrapping and unwrapping keys # const { subtle } = globalThis. crypto ; async function generateAndWrapHmacKey ( format = 'jwk' , hash = 'SHA-512' ) { const [ key, wrappingKey, ] = await Promise . all ([ subtle. generateKey ({ name : 'HMAC' , hash, }, true , [ 'sign' , 'verify' ]), subtle. generateKey ({ name : 'AES-KW' , length : 256 , }, true , [ 'wrapKey' , 'unwrapKey' ]), ]); const wrappedKey = await subtle. wrapKey (format, key, wrappingKey, 'AES-KW' ); return { wrappedKey, wrappingKey }; } async function unwrapHmacKey ( wrappedKey, wrappingKey, format = 'jwk' , hash = 'SHA-512' ) { const key = await subtle. unwrapKey ( format, wrappedKey, wrappingKey, 'AES-KW' , { name : 'HMAC' , hash }, true , [ 'sign' , 'verify' ]); return key; } copy Sign and verify # const { subtle } = globalThis. crypto ; async function sign ( key, data ) { const ec = new TextEncoder (); const signature = await subtle. sign ( 'RSASSA-PKCS1-v1_5' , key, ec. encode (data)); return signature; } async function verify ( key, signature, data ) { const ec = new TextEncoder (); const verified = await subtle. verify ( 'RSASSA-PKCS1-v1_5' , key, signature, ec. encode (data)); return verified; } copy Deriving bits and keys # const { subtle } = globalThis. crypto ; async function pbkdf2 ( pass, salt, iterations = 1000 , length = 256 ) { const ec = new TextEncoder (); const key = await subtle.importKey( 'raw' , ec. encode (pass), 'PBKDF2' , false , [ 'deriveBits' ]); const bits = await subtle. deriveBits ({ name : 'PBKDF2' , hash : 'SHA-512' , salt : ec. encode (salt), iterations, }, key, length); return bits; } async function pbkdf2Key ( pass, salt, iterations = 1000 , length = 256 ) { const ec = new TextEncoder (); const keyMaterial = await subtle.importKey( 'raw' , ec. encode (pass), 'PBKDF2' , false , [ 'deriveKey' ]); const key = await subtle. deriveKey ({ name : 'PBKDF2' , hash : 'SHA-512' , salt : ec. encode (salt), iterations, }, keyMaterial, { name : 'AES-GCM' , length : 256 , }, true , [ 'encrypt' , 'decrypt' ]); return key; } copy Digest # const { subtle } = globalThis. crypto ; async function digest ( data, algorithm = 'SHA-512' ) { const ec = new TextEncoder (); const digest = await subtle. digest (algorithm, ec. encode (data)); return digest; } copy Algorithm matrix # The table details the algorithms supported by the Node.js Web Crypto API implementation and the APIs supported for each: Algorithm generateKey exportKey importKey encrypt decrypt wrapKey unwrapKey deriveBits deriveKey sign verify digest 'RSASSA-PKCS1-v1_5' ✔ ✔ ✔ ✔ ✔ 'RSA-PSS' ✔ ✔ ✔ ✔ ✔ 'RSA-OAEP' ✔ ✔ ✔ ✔ ✔ ✔ ✔ 'ECDSA' ✔ ✔ ✔ ✔ ✔ 'Ed25519' 1 ✔ ✔ ✔ ✔ ✔ 'Ed448' 1 ✔ ✔ ✔ ✔ ✔ 'ECDH' ✔ ✔ ✔ ✔ ✔ 'X25519' 1 ✔ ✔ ✔ ✔ ✔ 'X448' 1 ✔ ✔ ✔ ✔ ✔ 'AES-CTR' ✔ ✔ ✔ ✔ ✔ ✔ ✔ 'AES-CBC' ✔ ✔ ✔ ✔ ✔ ✔ ✔ 'AES-GCM' ✔ ✔ ✔ ✔ ✔ ✔ ✔ 'AES-KW' ✔ ✔ ✔ ✔ ✔ 'HMAC' ✔ ✔ ✔ ✔ ✔ 'HKDF' ✔ ✔ ✔ ✔ 'PBKDF2' ✔ ✔ ✔ ✔ 'SHA-1' ✔ 'SHA-256' ✔ 'SHA-384' ✔ 'SHA-512' ✔ Class: Crypto # Added in: v15.0.0 globalThis.crypto is an instance of the Crypto class. Crypto is a singleton that provides access to the remainder of the crypto API. crypto.subtle # Added in: v15.0.0 * Type: <SubtleCrypto> Provides access to the SubtleCrypto API. crypto.getRandomValues(typedArray) # Added in: v15.0.0 * typedArray <Buffer> | <TypedArray> * Returns: <Buffer> | <TypedArray> Generates cryptographically strong random values. The given typedArray is filled with random values, and a reference to typedArray is returned. The given typedArray must be an integer-based instance of <TypedArray> , i.e. Float32Array and Float64Array are not accepted. An error will be thrown if the given typedArray is larger than 65,536 bytes. crypto.randomUUID() # Added in: v16.7.0 * Returns: <string> Generates a random RFC 4122 version 4 UUID. The UUID is generated using a cryptographic pseudorandom number generator. Class: CryptoKey # Added in: v15.0.0 cryptoKey.algorithm # Added in: v15.0.0 * Type: <AesKeyGenParams> | <RsaHashedKeyGenParams> | <EcKeyGenParams> | <HmacKeyGenParams> An object detailing the algorithm for which the key can be used along with additional algorithm-specific parameters. Read-only. cryptoKey.extractable # Added in: v15.0.0 * Type: <boolean> When true , the <CryptoKey> can be extracted using either subtleCrypto.exportKey() or subtleCrypto.wrapKey() . Read-only. cryptoKey.type # Added in: v15.0.0 * Type: <string> One of 'secret' , 'private' , or 'public' . A string identifying whether the key is a symmetric ( 'secret' ) or asymmetric ( 'private' or 'public' ) key. cryptoKey.usages # Added in: v15.0.0 * Type: <string[]> An array of strings identifying the operations for which the key may be used. The possible usages are: * 'encrypt' - The key may be used to encrypt data. * 'decrypt' - The key may be used to decrypt data. * 'sign' - The key may be used to generate digital signatures. * 'verify' - The key may be used to verify digital signatures. * 'deriveKey' - The key may be used to derive a new key. * 'deriveBits' - The key may be used to derive bits. * 'wrapKey' - The key may be used to wrap another key. * 'unwrapKey' - The key may be used to unwrap another key. Valid key usages depend on the key algorithm (identified by cryptokey.algorithm.name ). Key Type 'encrypt' 'decrypt' 'sign' 'verify' 'deriveKey' 'deriveBits' 'wrapKey' 'unwrapKey' 'AES-CBC' ✔ ✔ ✔ ✔ 'AES-CTR' ✔ ✔ ✔ ✔ 'AES-GCM' ✔ ✔ ✔ ✔ 'AES-KW' ✔ ✔ 'ECDH' ✔ ✔ 'X25519' 1 ✔ ✔ 'X448' 1 ✔ ✔ 'ECDSA' ✔ ✔ 'Ed25519' 1 ✔ ✔ 'Ed448' 1 ✔ ✔ 'HDKF' ✔ ✔ 'HMAC' ✔ ✔ 'PBKDF2' ✔ ✔ 'RSA-OAEP' ✔ ✔ ✔ ✔ 'RSA-PSS' ✔ ✔ 'RSASSA-PKCS1-v1_5' ✔ ✔ Class: CryptoKeyPair # Added in: v15.0.0 The CryptoKeyPair is a simple dictionary object with publicKey and privateKey properties, representing an asymmetric key pair. cryptoKeyPair.privateKey # Added in: v15.0.0 * Type: <CryptoKey> A <CryptoKey> whose type will be 'private' . cryptoKeyPair.publicKey # Added in: v15.0.0 * Type: <CryptoKey> A <CryptoKey> whose type will be 'public' . Class: SubtleCrypto # Added in: v

Links found on this page

  1. Node.js [direct]
  2. About this documentation [direct]
  3. Usage and example [direct]
  4. Assertion testing [direct]
  5. Asynchronous context tracking [direct]
  6. Async hooks [direct]
  7. Buffer [direct]
  8. C++ addons [direct]
  9. C/C++ addons with Node-API [direct]
  10. C++ embedder API [direct]
  11. Child processes [direct]
  12. Cluster [direct]
  13. Command-line options [direct]
  14. Console [direct]
  15. Corepack [direct]
  16. Crypto [direct]
  17. Debugger [direct]
  18. Deprecated APIs [direct]
  19. Diagnostics Channel [direct]
  20. DNS [direct]
  21. Domain [direct]
  22. Errors [direct]
  23. Events [direct]
  24. File system [direct]
  25. Globals [direct]
  26. HTTP [direct]
  27. HTTP/2 [direct]
  28. HTTPS [direct]
  29. Inspector [direct]
  30. Internationalization [direct]
  31. Modules: CommonJS modules [direct]
  32. Modules: ECMAScript modules [direct]
  33. Modules: node:module API [direct]
  34. Modules: Packages [direct]
  35. Net [direct]
  36. OS [direct]
  37. Path [direct]
  38. Performance hooks [direct]
  39. Permissions [direct]
  40. Process [direct]
  41. Punycode [direct]
  42. Query strings [direct]
  43. Readline [direct]
  44. REPL [direct]
  45. Report [direct]
  46. Single executable applications [direct]
  47. Stream [direct]
  48. String decoder [direct]
  49. Test runner [direct]
  50. Timers [direct]
  51. TLS/SSL [direct]
  52. Trace events [direct]
  53. TTY [direct]
  54. UDP/datagram [direct]
  55. URL [direct]
  56. Utilities [direct]
  57. V8 [direct]
  58. VM [direct]
  59. WASI [direct]
  60. Web Crypto API [direct]
  61. Web Streams API [direct]
  62. Worker threads [direct]
  63. Zlib [direct]
  64. Code repository and issue tracker [direct]
  65. Index [direct]
  66. 18.x LTS [direct]
  67. 17.x [direct]
  68. 16.x LTS [direct]
  69. 15.x [direct]
  70. View on single page [direct]
  71. View as JSON [direct]
  72. Edit on GitHub [direct]
  73. Web Crypto API [direct]
  74. <TypedArray> [direct]
  75. <string> [direct]
  76. RFC 4122 [direct]
  77. <ArrayBuffer> [direct]
  78. <DataView> [direct]
  79. <Promise> [direct]
  80. <Object> [direct]