Introduction - If you have any usage issues, please Google them yourself
Caesar the process of password, and then matching the letters to replace the original message encryption letters displacement (shift cipher): modulus calculation. Ek (x) = (x+ K) mod 26, Dk (y) = (y-k) mod 26, such as: k = 5 hello world encryption for: mjqqt ....