Introduction - If you have any usage issues, please Google them yourself
E002M data encryption 1
Requirements: (1) enter any string of plaintext M-.
(2) In accordance with the following formula to convert it to a ciphertext C
j = i+ k-26 in which the mod, j, i is the letter in the alphabet of 26 j, i
k is an input parameter k = 1,2, ....., 10
(3) with input and output interface.