AES-192-GCM
The middle key size. Rarely chosen, because 256 costs almost nothing more.
What it is made of
- Key size
- 192 bits
- Authenticated
- Yes — the cipher produces its own tag
- Nonce
- 12 bytes
- Runs in
- The server only
What it is
The middle key size. Rarely chosen, because 256 costs almost nothing more.
Where it runs
Chrome's WebCrypto refuses 192-bit AES keys. Run this one on the server lane. Everything else in the lab runs in your browser by default, and the lab switches lane for you rather than hiding the option.
What it does not protect
A cipher protects the CONTENT and not the shape. The length of the file, the moment you sent it and who you sent it to all survive encryption untouched, and no setting on this page changes that. The container header is plaintext too — it records which cipher you chose, which is correct and deliberate, and it records the original filename only if you explicitly ask it to.
Try it
Open the lab, pick this in the cipher list, and encrypt the same file twice. The two results share no bytes — that is the random salt and IV doing their job — and both open with the same passphrase. The lab is a Leumas membership away; everything on this page is free.