或文本
拖放文件或粘贴消息。输出为单一自包含密文。
If your encryption tool is online and uploads your file to a server, it's not really an encryption tool — it's a courier with extra steps. Morph runs AES-256-GCM via the Web Crypto API plus ML-KEM (Kyber, the NIST post-quantum KEM) directly in your browser tab. Argon2 for key derivation. The plaintext, the ciphertext, and the key never leave your machine. Encrypt files or text, share the cipher, decrypt on the other side. Free for everything that runs on your device; AI is paid in credits.
浏览器内置的Web Crypto API处理AES数学运算。Argon2通过强内存硬参数从您的密码短语派生密钥 — 暴力破解成本随硬件投入增加而上升。
NIST后量子密钥封装标准。混合模式将ML-KEM与AES配对,使密码同时抵御经典和量子攻击者。
拖放文件或粘贴消息。输出为单一自包含密文。
明文、密文和密钥均保留在您的设备上。
否。Web Crypto + WebAssembly在您的标签页中运行。
是的 — ML-KEM(Kyber)是NIST后量子密码学标准。
加密原语为:Web Crypto API 用于 AES + Argon2,mlkem-js 用于 ML-KEM。可审计。
无持久化存储。密钥在加密和解密时从您的密码派生,无需密钥存储库,无需云同步。