AES192
AES-192 is a variant of the Advanced Encryption Standard (AES) that uses a 192-bit key and a 128-bit block size. It employs the Rijndael cipher, which was standardized by NIST in FIPS 197 in 2001 alongside AES-128 and AES-256. Like the other AES variants, AES-192 uses the same fundamental operations—SubBytes, ShiftRows, MixColumns, and AddRoundKey—on 4x4 byte blocks.
The key length for AES-192 is 192 bits, and the algorithm performs 12 rounds of the main
In terms of security, AES-192 provides a brute-force resistance on the order of 2^192, higher than AES-128