RevealTheme logo

AES-256 Şifreleme

Metni AES-256-GCM ile şifreleyin ve şifresini çözün. Anahtar, parola ifadenizden PBKDF2-SHA256 aracılığıyla türetilir.

Bu araç nasıl kullanılır

  1. 1

    Choose 'Encrypt' or 'Decrypt' from the mode dropdown.

  2. 2

    Type a passphrase into the password field — you'll need the exact same one to decrypt later.

  3. 3

    Paste plain text to encrypt, or paste the base64 ciphertext to decrypt, into the text area.

  4. 4

    Click 'Run' and copy the result from the output box below.

AES-256 Şifreleme nedir?

AES-256-GCM, simetrik şifrelemenin altın standardıdır: TLS, Signal ve disk şifrelemesinin büyük çoğunluğu tarafından kullanılır. Bu araç, tarayıcınızda Web Crypto API'sini kullanır: her şifreleme için rastgele tuz + IV ve parola ifadeniz üzerinde 100.000 PBKDF2 yinelemesi. Çıktı, güvenli aktarım için base64 olarak kodlanır.

Yaygın kullanım örnekleri

  • Encrypting a note, recovery phrase, or API key before pasting it into a chat, ticket, or shared document.

  • Sending a short secret to a teammate who has agreed on a passphrase through a separate channel.

  • Storing sensitive snippets in a password-protected form inside otherwise plain-text notes or a wiki.

  • Demonstrating how AES-GCM, PBKDF2 key derivation, and random IVs work for a class or code review.

  • Quickly checking that a base64 blob produced by this tool decrypts back to the expected text.

  • Adding a layer of protection to clipboard or backup text on a shared or untrusted machine.

Sıkça sorulan sorular

Parola ifadem nerede saklanır?
Hiçbir yerde. Bellekte anahtarı türetmek için kullanılır ve asla gönderilmez veya kaydedilmez.
Parola ifademi kaybedersem ne olur?
Veriler kurtarılamaz. AES-256, makul bir süre içinde kaba kuvvetle çözülemez.

İlgili araçlar