AES Encrypt / Decrypt — Encrypt Text with a Password in Your Browser — Uttir
Uttir

AES Encrypt / Decrypt

Encrypt or decrypt text with a password using AES-256-GCM. The encryption runs entirely in your browser, the password never leaves the page, and the result is a portable text envelope you can paste into an email, a chat, or a file.

AES Encrypt / Decrypt — Encrypt text with a password and paste the result into an email, a chat, or a file. The recipient decrypts with the same password.

Encryption and decryption run in your browser. The password and the message never leave the page.

Was AES Encrypt / Decrypt useful?

AES Encrypt / Decrypt क्या है?

Encrypt text with a password and paste the result into an email, a chat, or a file. The recipient decrypts with the same password.

Encryption is AES-256-GCM (authenticated, so tampering is detected). Keys are derived from the password with PBKDF2-SHA256 and 250,000 iterations. Everything runs in your browser — the password and the message never reach a server.

इसका उपयोग कैसे करें

  1. Choose encrypt or decrypt

    Two modes. Same password field, different input and output sides.

  2. Pick a strong password

    A random 20-character string is the right pick for sensitive data. Use the password generator if you do not have one.

  3. Encrypt or decrypt

    The result is a portable text envelope you can paste anywhere.

उदाहरण

Send a one-time secret in an email

Encrypt a password, a token, or a short message with a passphrase. Send the ciphertext in an email, share the passphrase by phone. The recipient pastes the ciphertext, enters the passphrase, and gets the original.

Plaintext: "Meeting at 3pm, use the back door"
Password: "blue-river-42"

परिणाम: A v1:base64... envelope that decrypts only with "blue-river-42".

Encrypt a note for yourself

Store a ciphertext in a note-taking app, a password manager, or a file. Decrypt it from any device with the password. Useful for API keys, recovery codes, or anything you do not want in plaintext.

Plaintext: an API key
Password: a strong password you remember

परिणाम: The ciphertext is safe to store. Only the password unlocks it.

अक्सर पूछे जाने वाले प्रश्न

संबंधित गाइड

संबंधित टूल

पासवर्ड जेनरेटर

ब्राउज़र में मजबूत, रैंडम पासवर्ड जेनरेट करें। लंबाई, अक्षर प्रकार और संख्या चुनें। कोई अपलोड नहीं।

Password Strength Checker

See how strong a password really is — entropy, time-to-crack, and a list of issues, all computed in your browser.

Hash Generator

Generate MD5, SHA-1, SHA-256, and SHA-512 hashes of any text instantly.

JWT डिकोडर

JSON Web Tokens को डिकोड करके हेडर, पेलोड और हस्ताक्षर देखें। मुफ़्त, ब्राउज़र में, कोई अपलोड नहीं।

Base64 एनकोडर / डिकोडर

टेक्स्ट या फ़ाइलों को Base64 में एनकोड करें, या Base64 को डिकोड करके मूल रूप में वापस लाएं। मुफ़्त, ब्राउज़र में, कोई अपलोड नहीं।

Base64 डिकोडर

Base64 स्ट्रिंग्स को सादे टेक्स्ट या फ़ाइलों में डिकोड करें। मुफ़्त, ब्राउज़र में, कोई अपलोड नहीं।

URL एनकोडर / डिकोडर

HTML, HTTP, और ईमेल में सुरक्षित उपयोग के लिए URLs और query strings को एनकोड या डिकोड करें। मुफ़्त, ब्राउज़र में, कोई अपलोड नहीं।

Last reviewed: 2026-09-25