Search for a tool
Alphagrams

Tool to encrypt / decrypt a text with alphagrams (alphabetical ordering/disordering) alphabetically arranged letters that are shuffled to obtain a coded text.

Results

Alphagrams -

Tag(s) : Transposition Cipher

Share
Share
dCode and more

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!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Alphagrams' tool for free! Thank you!

Alphagrams

Alphagram Calculator


Alphagram Text Decoder

 

Alphagrams Encoder

 



Answers to Questions (FAQ)

What is an alphagram? (Definition)

An alphagram is a word or phrase whose letters have been rearranged alphabetically.

Example: ALPHABET is sorted as AABEHLPT!

All words with the same alphagram are anagrams of each other.

How to encrypt using Alphabet Derangement cipher?

The text is first segmented according to the rule: as long as the next letter is after the previous one in alphabetical order, then continue, otherwise create a new segment.

Example: ALPHABET becomes ALP,H,ABET

Then each segment is mixed/shuffled either randomly (ABC becomes BAC or BCA) or by inverting the letters (ABC becomes CBA)

Example: ALP,H,ABET is coded PLA,H,TEBA

How to decrypt Alphabet Derangement cipher?

Each segment is alphagrammed (sorted by alphabetical order), then read the text (which no longer has space).

Example: 'PLA, H, TEBA' becomes 'ALP, H, ABET'

If the text is not segmented and the segments have been reversed, it is possible to find them by looking at the letters that follow in the anti-alphabetical order. If the segments were mixed randomly, then there is no magic method, at best looking for the most plausible bigrams.

How to recognize an Alphabetical disordered ciphertext?

It is a transposition cipher: no letter is modified, only the order changes.

The coincidence index is equal to that of the language used.

The text has many separation symbols (usually spaces).

Source code

dCode retains ownership of the "Alphagrams" source code. Any algorithm for the "Alphagrams" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Alphagrams" 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 "Alphagrams" 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.

Cite dCode

The content of the page "Alphagrams" 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: https://www.dcode.fr/alphagrams
In a scientific article or book, the recommended bibliographic citation is: Alphagrams on dCode.fr [online website], retrieved on 2025-05-29, https://www.dcode.fr/alphagrams

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Alphagrams' tool for free! Thank you!


https://www.dcode.fr/alphagrams
© 2025 dCode — The ultimate collection of tools for games, math, and puzzles.
 
Feedback