A simple shift cipher with each alphabet character assigned to a number starting from zero (a = 0, b = 1, c = 2..., z = 25).
Leading and trailing whitespace will be taken care of (e.g. space or new-line).
Characters other than alphabetic will not be encrypted (e.g. !, #, 4).
Shift Amount
Plaintext
Encrypted Text