RevealTheme logo

카이사르 암호 인코더 및 디코더

카이사르 암호로 텍스트를 인코딩하거나 디코딩합니다. 고정된 자리수만큼 글자를 치환하는 방식입니다.

이 도구 사용 방법

  1. 1

    Type or paste your message into the text area.

  2. 2

    Drag the Shift slider to pick a key from -25 to +25; the default is 3.

  3. 3

    Read the transformed text in the gray output box, which updates instantly as you type or move the slider.

  4. 4

    To decode a message, set the shift to the negative of the value used to encode it (for example, use -3 to undo a +3 shift).

카이사르 암호란 무엇인가요?

카이사르 암호는 알려진 가장 오래된 암호화 방법 중 하나로, 기원전 50년경 율리우스 카이사르의 군사 서신까지 거슬러 올라갑니다. 각 글자는 알파벳에서 고정된 자리수만큼 이동합니다. 가능한 키가 25개뿐이라 손쉽게 해독되지만, 암호학의 기초를 가르치기에는 훌륭한 도구입니다.

일반적인 사용 사례

  • Teaching cryptography basics in a classroom by letting students watch each letter shift in real time.

  • Solving or creating Caesar-cipher puzzles in escape rooms, ARGs, and CTF challenges.

  • Decoding ROT13 text from forums or email by setting the shift to 13 or -13.

  • Brute-forcing an unknown shift: scrub the slider through all 25 values until readable text appears.

  • Generating lightly obfuscated spoiler text or hint answers that readers must shift back to reveal.

  • Prototyping and debugging encode/decode logic before wiring up a stronger cipher in your own code.

자주 묻는 질문

13만큼 이동하면 무엇이 되나요?
ROT13입니다. 두 번 적용하면 원래 텍스트로 되돌아가는, 자기 역연산이 성립하는 특수한 경우입니다.

관련 도구