Portable payload
- 入力
- plain text + password
- 結果
- opskit:aes-gcm:1:…
The output contains the random salt, IV and authenticated ciphertext, but not the password.
Encrypt text with authenticated AES-GCM using a 128, 192 or 256-bit key. A random salt and IV are embedded in the output so it can be decrypted later.
A forgotten password cannot be recovered. This is not a password manager.
すべてブラウザ内で処理されます. このページは静的ファイルです。入力した内容はタブの中だけに留まり、サーバーへ送信されることはなく、閉じれば消えます。実際のトークンや設定を貼り付けても安全です。
The output contains the random salt, IV and authenticated ciphertext, but not the password.
Encryption cannot compensate for a short or reused password. Use a long unique passphrase.
AES-256-GCM is the recommended default. All options use authenticated GCM and a key derived by PBKDF2-SHA-256 with 210,000 iterations.