Online AES Decryption Tool
Update time:
Tool Introduction:
This AES decryption tool supports encryption modes including ECB, CBC, CFB, OFB, CTR, and GCM modes, with key support for aes-128, aes-192, and aes-256, meaning lengths of 128bits/16bytes, 192bits/24bytes, and 256bits/32bytes. Padding methods include PKCS#5, PKCS#7, Zeros, ISO10126, ANSI X.923, ISO/IEC 7816-4, and no padding. Input parameters support Base64 and hexadecimal string formats, while output decryption results support visible UTF8 character format, Base64, and hexadecimal strings, with case conversion for hex output. For GCM mode (Galois/Counter Mode), nonce random number uses the standard 12-byte length, and data to be decrypted supports both combined and separate ciphertext and authentication tag methods.