M YUSUF
Backend Developer
Blog
Tools
Tags
About
Works
AES Encrypt & Decrypt
Encrypt and decrypt strings using Advanced Encryption Standard (AES).
AES Encryption
Enter Plain Text to Encrypt
Select Cipher Mode of Encryption
CBC
ECB
CFB
OFB
CTR
Select Padding
PKCS5Padding / PKCS7
ZeroPadding
NoPadding
Enter IV
(Optional)
Key Size in Bits
128
192
256
Enter Secret Key
Output Text Format
Base64
Hex
Encrypt
AES Encrypted Output
AES Decryption
AES Encrypted Text
Select Cipher Mode of Decryption
CBC
ECB
CFB
OFB
CTR
Select Padding
PKCS5Padding / PKCS7
ZeroPadding
NoPadding
Enter IV Used During Encryption
(Optional)
Key Size in Bits
128
192
256
Enter Secret Key used for Encryption
Output Text Format
Plain-Text
Base64
Decrypt
AES Decrypted Output