Skip to main content

AES Encryption / Decryption

Encrypt and decrypt text using symmetric key algorithms like AES. Supports multiple modes including GCM and CBC.

Algorithm:AES-256-GCM + PBKDF2
Share this tool
📖

How to Use

Step 1

Enter Text and Key

Enter Text and Key

Enter the text and password (key) for encryption or decryption

Step 2

Select Algorithm

Select Algorithm

Select encryption algorithm like AES-256-GCM or AES-256-CBC

Step 3

Copy Result

Copy Result

Copy and use the encrypted or decrypted text

Features

Multiple Algorithms

Supports multiple algorithms: AES-GCM, AES-CBC, ChaCha, and more

Encrypt & Decrypt

Switch between encryption and decryption with one click

Web Crypto API

High-security encryption using the browser-standard Web Crypto API

FAQ

AES (Advanced Encryption Standard) is a worldwide standard symmetric encryption supporting 128/192/256-bit keys, widely used to protect confidential data.