25 February 2022 06:58:56 PM atbash_test(): C version atbash_encrypt() encrypts a plain text using the Atbash substitution cipher. atbash_test01(): Apply atbash_encrypt() to a short phrase. PLAIN: 'A man, a plan, a canal - Panama!' CRYPT: 'Z nzm, z kozm, z xzmzo - Kzmznz!' DECRYPT: 'A man, a plan, a canal - Panama!' atbash_test02(): Apply atbash_encrypt() to a longer phrase. PLAIN: 'There are a thousand hacking at the branches of evil for every one who is striking at its root.' CRYPT: 'Gsviv ziv z gslfhzmw szxprmt zg gsv yizmxsvh lu vero uli vevib lmv dsl rh hgirprmt zg rgh illg.' DECRYPT: 'There are a thousand hacking at the branches of evil for every one who is striking at its root.' atbash_test(): Normal end of execution. 25 February 2022 06:58:56 PM