This is a cipher that I made. How it works: Let's say I have a secret message for Joe, something like: i'm a cat So to keep it secret, I use a cipher where each character in the message has a line ( arranged in alphabetical order): a,c,i,m,t,_(for spaces),' now let's show the occurrences of the letters with numbers: a,5,8 c,7 i,1 m,3 t,9 _,4,6 ',2 So now Joe goes about deciphering this. Since he sees 11 spaces, he sets it up this way: _ _ _ _ _ _ _ _ _ first, he adds the a's: _ _ _ _a_ _a_ then c: _ _ _ _a_ca_ then i: i_ _ _a_ca_ then m: i_m_a_ca_ then t: i_m_a_cat then the spaces: i_m a cat then the ': I'm a cat and there's your message!
Use underscore for spaces. Don't use caps. Please report any glitches that you find.