Say the word you want to make it cipher. This is only a prototype version, and only works for letters A, B, C and D. We will recieve suggestions for the next update.
ーーーーーーHOW IT WORKSーーーーーー Alphabet shift ciphers make words into cipher by shifting the alphabet by -3 letters. This is a simple mapping: A ⇨ X B ⇨ Y C ⇨ Z D ⇨ A E ⇨ B F ⇨ C G ⇨ D So simply I repeat this code for every letter from A to Z to make the full version. Since alphabets couldnt be put into "letter () of ()", i just copy and pasted the letter in.