The Atbash cipher is a simple substitution cipher that relies on transposing all the letters in the alphabet such that the resulting alphabet is backwards. The first letter is replaced with the last ...
#define CIPHER_OLD_ATBASH_KEY "oldAtbash" #define CIPHER_OLD_CAESAR_KEY "oldCaesar" #define CIPHER_OLD_RAIL_KEY "oldRail" #define CIPHER_OLD_COUNTER_KEY "oldCounter" ...