Aircrack Caesar Cipher using Baiji algorithm
Introduction:
This algorithm breaks the cipher Text
Written in English(only English language).
This method was invented by
Abdulwahab Mahdi Saleh.
This algorithm Called Baiji relative to his city.
This algorithm reveals the key to Caesar's algorithm.
Which can be decoded the cipher Text and get the plaintext .
Because the known cryptographic algorithm is known.
The key is secret.
Republishing this Algorithm is not allowed without
her name(Ownership rights)
Baiji Algorithm:
1- Chose the letter that has the must frequency in cipher text.
2- Find the sequence of letter (letter from step 1)
Start count letters sequence from 0 ->'a' to 25->'z'
3- The number of letter sequence from step 2 called x
4- Key=x-4
5- Using the caser algorithm to decryption the cipher text
Di=(Ci-Key)%26 where i is counter of text.
Examples:

