Hi people, as i am doing an encryption program on a playfair cipher. I am now stuck on a problem on decryption.
If my string is helloworld (without a space), it will decrypt normally.
However , if my string has a space in between it. Let`s say Hello World, it will not decrypt normally.
How do i take into account the space that is in between hello & world?
I thought you were trying to get rid of the space...kind of hard to tell you your problem without any code we don't even know how you are encrypting or decryping the text.
it could be something simple like this