AES Encryption Tool
Encrypt and decrypt text using AES-256 encryption
GCM provides authenticated encryption - it detects if the ciphertext has been tampered with. Recommended for most use cases.
Press Ctrl + Enter to encrypt.
Was this tool helpful?
What is AES Encryption Tool?
Free online AES encryption tool to encrypt sensitive text using AES-256-GCM encryption with a password of your choice.
Decrypt previously encrypted messages by entering the same password. Uses the Web Crypto API for secure, browser-native cryptography. Output is Base64-encoded for easy sharing. Your data and password never leave your browser. No signup required.
How to Use AES Encryption Tool
- 1Enter the text you want to encrypt
- 2Set a strong password (both parties need this)
- 3Click Encrypt to get the Base64-encoded ciphertext
- 4To decrypt, paste the ciphertext and enter the same password
Frequently Asked Questions
Related Tools
HTTP Request Builder
Free online HTTP request builder - build and test HTTP requests with custom headers and body
Password Generator
Strong password generator online - generate secure random passwords that never leave your browser
PDF Merge & Split
Merge PDF online free or split PDF into pages - no upload to servers, all processing happens in your browser
JSON Formatter
JSON formatter and validator online - format, beautify, and validate JSON data instantly in your browser
Hex Dump Viewer
View hex dumps of files and text online - color-coded bytes, search, and ASCII representation
Base64 Encoder/Decoder
Base64 encode and decode online - convert text to Base64 or decode Base64 strings instantly, free