Generate a random key suitable for XAES-256-GCM. The actual key is an AES-CBC CryptoKey with 256-bit length.
This function is not necessary, as you can use crypto.subtle.generateKey with AES-CBC directly.
Optional
Generate a random key suitable for XAES-256-GCM. The actual key is an AES-CBC CryptoKey with 256-bit length.
This function is not necessary, as you can use crypto.subtle.generateKey with AES-CBC directly.