A
AES Encryption Tool
Encrypt and decrypt text using AES-256 with Web Crypto API.
Developer
v1.0.0
51 uses
A
AES Encryption Tool
Esc
or
Ctrl+Shift+F
to exit
Encryption Details
Algorithm
AES-256-GCM
Key Derivation
PBKDF2
Key Length
256 bits
Iterations
100,000
IV Size
12 bytes
Salt Size
16 bytes
About This Tool
A browser-based AES-256 encryption and decryption tool powered by the Web Crypto API. Ideal for developers and security professionals who need to quickly encrypt sensitive text or verify decryption without installing any software. All operations happen entirely in the browser for maximum privacy.
How to Use
- 1 Enter the text you want to encrypt or decrypt
- 2 Provide a secret key or passphrase for the encryption
- 3 Click Encrypt to generate ciphertext, or paste ciphertext and click Decrypt
- 4 Copy the resulting encrypted or decrypted output
More Tools in Developer
U
URL Encoder / Decoder
DeveloperEncode or decode URL strings. Handles special characters, query parameters, and full URLs.
S
Screen / Device Info
DeveloperDisplay viewport size, screen resolution, pixel ratio, user agent, and browser capabilities.
H
HTML Entity Encoder
DeveloperEncode special characters to HTML entities or decode HTML entities back to text.