AES key generation
The AES-128 option creates a 128-bit symmetric key, and AES-256 creates a 256-bit symmetric key. One secret key is used on both sides of an AES operation. The tool requests fresh key material from Web Crypto each time; it does not turn entered text into a key. AES key generation alone does not supply an encryption mode, initialization vector, nonce, or authentication tag.