Or text
ファイルをドロップするかメッセージを貼り付けてください。出力は単一の自己-contained暗号化テキストです。
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を組み合わせ、古典的および量子攻撃の両方から暗号を強化します。
ファイルをドロップするかメッセージを貼り付けてください。出力は単一の自己-contained暗号化テキストです。
プレーンテキスト、暗号テキスト、およびキーはすべてあなたのマシンに残ります。
いいえ。Web Crypto + WebAssemblyはあなたのタブで実行されます。
はい — ML-KEM(Kyber)はNIST PQC標準です。
暗号化プリミティブは:Web Crypto API(AES + Argon2)、mlkem-js(ML-KEM)です。検証可能です。
永続的ではありません。キーは暗号化および復号時にパスフレーズから派生します。キーストアもクラウド同期もありません。