This repository contains the algorithm of atbash cipher technique coded in CSharp. The algorithm converts A to Z, B to Y, C to X and so on
ABCDEFGHIJKLMNOPQRSTUVWXYZ converts this string to ZYXWVUTSRQPONMLKJIHGFEDCBA
Encryption of digits is like, 9 is converted to 0, 8 to 1, 7 to 2 and so on.