Keyboard shift cipher
Encrypt text by shifting each letter to its neighboring key on a QWERTY keyboard.
Keyboard shift cipher
A keyboard shift cipher replaces each letter with the key next to it on a QWERTY keyboard. Type a message and shift it left or right within the rows — "hi" becomes "jo" with a right shift. The three rows of letter keys (QWERTY, ASDFGH, ZXCVBN) each cycle independently, so the key at the end of a row wraps back to the beginning.
This is a simple substitution cipher that runs entirely in your browser. Numbers, punctuation, spaces, emoji and diacritics pass through untouched; only the letters A–Z (and their lowercase variants) get shifted. The cipher preserves uppercase and lowercase so your text stays readable. It is not cryptographically secure — a real password or private message needs stronger encryption — but it is perfect for light obfuscation, puzzles or word games.
Choose to shift right (toward the number keys) or left (toward the edge of the keyboard). The output updates live as you type or adjust the direction. Copy the encrypted text to paste into messages, notes or documents, or download it as a plain text file. Everything stays on your device — your input and output never leave your browser.