|
If there is a program to encrypt a string, the first character of the encrypted string is the last character of the original string, and each other character is the value of the previous character in the corresponding original character plus 3. For example, "WELCOME ", the character at the end is "E", "welcome" is added 3 in turn to become "zhofrp", and the result of encryption is "zhofrp". |
|