Gronsfeld Cipher
Apply a repeating digit key to letters while preserving punctuation.
How Gronsfeld Cipher works
Gronsfeld Cipher handles alphabetic characters with a repeating sequence of decimal shifts, making it a numeric-key relative of the Vigenere family. Each key digit contributes a zero-through-nine Caesar shift to the next letter. Decode mode subtracts the same digits, while nonletters pass through without consuming key positions. The Gronsfeld Cipher exposes its message, numeric key, operation controls so this particular convention stays inspectable instead of hiding behind an unexplained preset.
HELLO under key 31415 becomes KFPMT: the five letters move by three, one, four, one, and five positions respectively. The visible digit stream makes modular polyalphabetic arithmetic approachable for classroom exercises and hand-built puzzle clues. The Gronsfeld Cipher presents a deterministic plain-text result that can be copied and compared with the worked value before it enters another workflow.
Limits and private processing
A short repeated numeric key leaves strong patterns, and digits outside the message key are discarded. Gronsfeld is historical obfuscation rather than cryptographic protection. The Gronsfeld Cipher performs its complete operation locally in your browser; neither the source text nor its settings are uploaded, stored remotely, or sent through an external request.
Frequently Asked Questions
How does the Gronsfeld Cipher work?
Each key digit contributes a zero-through-nine Caesar shift to the next letter. Decode mode subtracts the same digits, while nonletters pass through without consuming key positions.
What does the default Gronsfeld Cipher example return?
HELLO under key 31415 becomes KFPMT: the five letters move by three, one, four, one, and five positions respectively.
What limitation should I know about?
A short repeated numeric key leaves strong patterns, and digits outside the message key are discarded. Gronsfeld is historical obfuscation rather than cryptographic protection.
Is the Gronsfeld Cipher private?
Yes. This specific gronsfeld cipher operation runs locally in your browser and does not transmit the input or settings.
Browse the full set of free, private, in-browser tools.