This program take a string as unique parameter and output this string with the folowing encryption :
reverse -> caesar (key is 12) -> base64
- input string : "salut"
-> reverse : "tulas"
-> caesar : "fgxme"
-> base64 : "Zmd4bWU="
| Name | Name | Last commit date | ||
|---|---|---|---|---|