Security - Message Space and Ciphertext Space

  • + 0 comments

    One liner using C#.

    foreach (char ch in Console.ReadLine()) Console.Write((ch - 47) % 10);