Tagged Questions

2
votes
3answers
114 views

Involutary cipher (like ROT13) for an alphabet with an odd number of symbols

ROT13 has the nice property of being an involution for an A-Z alphabet (26 letters), that is to say: ROT13(ROT13(string-A-to-Z)) = string-A-to-Z ; What is a simple cipher function for an alphabet ...