AES 加密 / 解密
使用 AES-256-GCM 加密和解密文本 — 通过 Web Crypto API 在浏览器中 100% 运行
AES Encrypt / Decrypt — Free Online
Encrypt and decrypt text using AES-256-GCM — the gold standard for symmetric encryption. Runs 100% in your browser via the Web Crypto API. Your data never leaves your device.
FAQ
What is AES-256?
AES (Advanced Encryption Standard) with a 256-bit key is the encryption standard used by governments, banks, and militaries worldwide. It is considered unbreakable with current technology.
What is GCM mode?
GCM (Galois/Counter Mode) provides both encryption and authentication — it detects if the ciphertext was tampered with, making it more secure than older modes like CBC.
What is the difference between encryption and hashing?
Encryption is reversible — you can decrypt ciphertext back to plaintext with the key. Hashing is one-way — you cannot reverse a hash.
继续探索
您可能喜欢的其他 安全工具…
密码强度检查器
测试密码强度并获取改进建议
二维码生成器
为URL、文本、Wi-Fi、名片等生成二维码 — 下载PNG或SVG
二维码读取器
从图片或摄像头扫描解码二维码 — 离线可用
条形码生成器
生成Code 128、Code 39、EAN-13、QR等格式的条形码
SSH 密钥生成器
使用 Web Crypto API 生成 Ed25519 或 ECDSA SSH 密钥对——100% 在浏览器中运行
RSA 密钥生成器
使用 Web Crypto API 生成 PEM 格式的 2048 位或 4096 位 RSA 密钥对——100% 在浏览器中运行
哈希比较器
比较两个哈希值以验证文件完整性或匹配校验和
文件哈希检查器
拖放任意文件即可立即计算 MD5、SHA-1、SHA-256 和 SHA-512 — 与已知哈希对比验证完整性