Function encrypt
encrypts arbitrary string with characters.
Function decrypt
decrypts previously encrypted string with function encrypt
.
Both functions accept two parameters: string
and integer
.
The latter is a shift index for different rows.