2

Please suggest algorithms to encrypt and decrypt text messages that can be easily performed by human in a considerably short time. It doesn't have to be really secure, but sufficient to fool unskillful third parties.

  • "Unskillful" is a very vague term. How do you define it? Anyway, considering your requirement that it should be easily performed by a human in a very short time, I don't believe there would be anything better than Vigenère cipher or a One-Time Pad – cygnusv Jan 26 '15 at 09:01
  • What research have you done? This is quite off-topic, because it is just a reference request (or a duplicate of the mentioned question) – tylo Jan 26 '15 at 11:15

1 Answers1

0

I think Caesar cipher meets your requiremnts, check it out here Caesar Cipher

Nayef
  • 215
  • 1
  • 7