Tagged Questions

6
votes
4answers
275 views

Why 13 places in ROT13?

I understand the reasons for and against ROT13, but I'm wondering why specifically people have chosen 13 places to shift the alphabet? I understand it's halfway around, but is there an elegant reason ...
2
votes
3answers
112 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 ...