Ubah Teks Anda, Berdayakan Kata-Kata Anda

Sandi ROT13 & Sandi Caesar

[ID] Encode or decode text using ROT13 or Caesar cipher. ROT13 replaces each letter with the letter 13 positions after it in the alphabet. Caesar cipher allows you to select a custom shift amount.

[ID] Cipher Options

[ID] Standard 13-letter shift cipher
[ID] Custom letter shift amount

[ID] Advanced Options

Pertahankan huruf besar dan kecil
[ID] Don't encrypt numeric digits
[ID] Don't encrypt punctuation and special characters
Keep spaces and line breaks

Teks Masukan

Teks Diproses

[ID] Quick Examples

Apa itu ROT13?

ROT13 ('rotate by 13 places') is a simple letter substitution cipher that replaces each letter with the 13th letter after it in the alphabet. A becomes N, B becomes O, and so on. Since there are 26 letters in the English alphabet, applying ROT13 twice returns the original text - it essentially encrypts and decrypts itself.

Despite its simplicity, ROT13 has been widely used in online forums as a means of hiding spoilers, punchlines, puzzle solutions, and offensive material from casual glance. It's not intended as serious cryptography, since it provides virtually no security against anyone who recognizes it, but it serves as a convenient form of light obfuscation.

Apa itu Sandi Caesar?

The Caesar cipher, named after Julius Caesar who reportedly used it for military communications, is one of the simplest and oldest encryption techniques. It works by shifting each letter in the plaintext a certain number of places down the alphabet. For example, with a shift of 3, A would be replaced by D, B would become E, and so on.

ROT13 is actually a special case of the Caesar cipher with a shift of 13. Unlike general Caesar ciphers, ROT13 is self-reciprocal, meaning the same operation works for encoding and decoding. With other shift values in the Caesar cipher, you need to apply the reverse shift (26 minus the original shift) to decode.

Fitur:

Penggunaan Sandi ROT13 dan Caesar

Cara Menggunakan:

  1. Select either ROT13 or Caesar Cipher as your encryption method
  2. If using Caesar Cipher, choose your desired shift amount (1-25)
  3. Adjust the advanced options to your preferences
  4. Enter or paste the text you want to encode or decode
  5. Click 'Encode/Decode Text' to process your text
  6. Copy or download the result

Fakta Menarik

ROT13 is a special case of the Caesar cipher because applying it twice returns the original text. This is because shifting 13 places and then shifting another 13 places brings you back to the starting point (13 + 13 = 26, which is the length of the English alphabet).