或文字
拖放檔案或貼上訊息。輸出為單一自包含密文。
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 PQC標準。
加密原語為:Web Crypto API 用於 AES + Argon2,mlkem-js 用於 ML-KEM。可審計。
無永久儲存。金鑰在加密和解密時從您的密碼派生,無金鑰庫,無雲同步。