テキスト暗号化復号
パスワードでテキストを安全にAES暗号化・復号
テキスト暗号化復号
パスワードでテキストを安全にAES暗号化・復号
テキスト暗号化復号で出来る事 About Text Encryption
テキスト暗号化復号ツールは、Web Crypto APIを使用してテキストをAES方式で安全に暗号化・復号するブラウザベースのツールです。すべての処理はブラウザ内で完結し、サーバーにデータが送信されることはありません。パスワードや暗号化対象のテキストが外部に漏れる心配がなく、機密情報の暗号化にも安心してご利用いただけます。
暗号化の仕組みは以下の通りです。パスワードからPBKDF2(100,000反復、SHA-256ハッシュ)を使って256ビットの暗号鍵を導出します。この100,000反復という高い反復回数により、ブルートフォース攻撃への耐性が強化されています。その後、AES-GCM-256またはAES-CBC-256アルゴリズムでテキストを暗号化し、ランダムなソルトと初期化ベクトル(IV)をあわせてBase64形式で出力します。
アルゴリズムの選択について、AES-GCM-256は認証付き暗号化で改ざん検知が可能なため推奨されます。AES-CBC-256は互換性が必要な場合に使用できますが、GCMほどの堅牢性はありません。復号タブでは、暗号化されたBase64テキストと正しいパスワードを入力することで元のテキストに復元できます。
The Text Encryption tool is a browser-based utility that securely encrypts and decrypts text using AES encryption via the Web Crypto API. All processing happens entirely in your browser, and no data is ever sent to a server. Your password and text never leave your device, making it safe for encrypting sensitive information.
The encryption mechanism works as follows: your password is processed through PBKDF2 (100,000 iterations with SHA-256 hashing) to derive a 256-bit encryption key. This high iteration count of 100,000 significantly strengthens resistance against brute-force attacks. The text is then encrypted using either AES-GCM-256 or AES-CBC-256, combined with a random salt and initialization vector (IV), and output in Base64 format for easy sharing.
Regarding algorithm selection, AES-GCM-256 is recommended as it provides authenticated encryption with tamper detection. AES-CBC-256 is available for compatibility when needed but does not provide the same level of robustness. In the Decrypt tab, you can restore the original text by entering the encrypted Base64 text and the correct password.
テキスト暗号化復号の使い方 How to use Text Encryption
- 暗号化タブでテキストを入力し、安全なパスワードを設定して「暗号化」ボタンをクリックします(ログイン情報など重要な情報の場合は8文字以上の複雑なパスワードを推奨)
- 暗号化されたBase64テキストが出力されるので、コピーして安全に共有できます(メール、チャット、クラウドストレージなど、暗号化済みデータは安全に転送可能)
- 復号タブで暗号化テキストとパスワードを入力し、「復号」ボタンをクリックして元のテキストに戻します(同じパスワードが必要)
- AES-GCM-256(推奨)またはAES-CBC-256からアルゴリズムを選択できます(ほとんどの用途ではGCMを選択してください)
- Enter text in the Encrypt tab and set a secure password, then click Encrypt (we recommend 8+ characters with mixed case, numbers, and symbols for sensitive data)
- Copy the encrypted Base64 text and share it securely via email, chat, or cloud storage (encrypted data is safe to transmit publicly)
- In the Decrypt tab, enter the encrypted text and the same password, then click Decrypt to restore the original text
- Choose between AES-GCM-256 (recommended) or AES-CBC-256 algorithms (use GCM for most purposes)
テキスト暗号化復号を使うメリット Benefits of Text Encryption
- ブラウザ内で完結するため、テキストやパスワードがサーバーに送信されることはありません(完全なプライバシー保証)
- PBKDF2(100,000反復)による強力な鍵導出により、パスワードクラッキングへの耐性が高いです(業界標準の10倍以上の反復回数)
- AES-GCM-256の認証付き暗号化により、データの改ざんも検知できます(受信者がデータの整合性を確認可能)
- Base64出力なのでメールやチャットでそのまま共有でき、受信者は同じパスワードで復号できます(プラットフォーム依存なし)
- AES-CBC-256も選択可能で、古いシステムとの互換性が必要な場合に対応できます
- Fully browser-based processing means your text and password never leave your device (guaranteed privacy)
- Strong key derivation with PBKDF2 (100,000 iterations) provides high resistance against password cracking (more than 10x industry standard iterations)
- AES-GCM-256 authenticated encryption detects any tampering with encrypted data (recipients can verify data integrity)
- Base64 output can be shared directly via email or chat, and recipients can decrypt with the same password (platform-agnostic)
- AES-CBC-256 option available for legacy system compatibility when needed
テキスト のすべてのツール (20件) All Text Tools Tools (20)
該当するツールが見つかりませんでした No matching tools found