Tool to encrypt/decrypt by successive shifts of Caesar (or progressive Caesar code), variant of the Caesar cipher with an incremental shift system.
Progressive Caesar Cipher - dCode
Tag(s) : Poly-Alphabetic Cipher
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Progressive Caesar's encryption is a variant of the Caesar cipher. Instead of using the position of the letters in the alphabet and shift by X a letter in position N (so taking the letter in position N+X), the progressive shift consists of taking successively X, X+1, X+2 etc. as a shift sequence.
Progressive shift encryption requires an initial offset value and an increment value.
Example: AAA is encrypted DDD with a Caesar shift of 3 (no incrément)
Example: AAA is encrypted DEF with a progressive Caesar offset of 3 (then 4, 5, etc. so increment of 1)
See the shift cipher tool for more options on this type of encryption (shift by letters, by words, etc.).
The decryption by Caesar Progressive, requires to know the encryption parameters (progressive or decreasing and the mode of shift change).
Decoding consists of shifting the letters of N in the alphabet for the first letter, then N+1, N+2 and so on, for the following letters.
dCode retains ownership of the "Progressive Caesar Cipher" source code. Except explicit open source licence (indicated Creative Commons / free), the "Progressive Caesar Cipher" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Progressive Caesar Cipher" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Progressive Caesar Cipher" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Progressive Caesar Cipher" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Progressive Caesar Cipher on dCode.fr [online website], retrieved on 2024-11-07,