Tool to decode AutoKey automatically. Autoclave cipher is a cryptographic system using the plaintext message as key, hence its other name: Autokey.
Autoclave 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!
Autoclave/Autokey encryption is a variant of key encryption, it has the particularity of modifying the key by concatenating the key and the message (key+message).
Autoclave encryption uses a cryptographic algorithm with a key (all algorithms are not compatible).
Example: If the key is SECRET. To encode AUTOCLAVE with Autoclave, code normally with the chosen algorithm but with the key SECRETAUTOCLAVE.
Apply the selected algorithm to the plain text: the key self changes the encrypted message.
Example: The key is no longer SECRET but SECRETAUTOCLAVE, the message encrypted by Vigenere is no longer SYVFGESZG but SYVFGEAPX.
The size of the initial key must be smaller than the text size for the autoclave to work.
Autoclave decryption requires knowing the chosen algorithm and the initial key.
Example: Decrypt the ciphered message SYVFGEAPX (crypted with Vigenere Autokey) and the key KEY.
The decryption begins normally for known letters of the key.
Example: Decryption of SYVFGE with the key SECRET gives AUTOCL (the first letters of the plain text).
Next deciphering steps uses as key the first plain letters.
Example: Decryption of the next letters APX with the first letters of the plain text AUT as key gives AVE. The plain text is AUTOCLAVE.
Using Autokey changes properties of the ciphertext, generally the index of coincidence is lower than a normal index for a given algorithm.
No magic method, but testing all one-letter keys can be useful. Indeed, key length can be short, it will be completed with plain text.
dCode offers a bruteforce mode that tries to find the probable length of the key, by testing different lengths of keyword. For each letter, dCode attempts to maximize the probability that the text will be plain by frequency analysis. (Method suggested by LeSingeMalicieux)
Autoclave is the name of an industrial device that makes it possible to expose elements to high pressures and temperatures.
Autoclave is the name of a rock band and the name of an album of that same band.
dCode retains ownership of the "Autoclave Cipher" source code. Any algorithm for the "Autoclave Cipher" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Autoclave Cipher" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Autoclave Cipher" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Autoclave Cipher" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Autoclave Cipher on dCode.fr [online website], retrieved on 2025-04-16,