This package contains implementations of
CharacterToCharacterCodec
s
Values | |
rot13 | Source Codeshared rot13 rot13 A common case of the Caesar cipher, using a key of 13. |
Functions | |
caesarMapping | Source Codeshared Map<Character,Character> caesarMapping(Integer key) Creates an encode mapping for Both uppercase and lowercase letters are affected. Parameters:
|
Classes | |
Substitution | Source Codeshared Substitution A classic simple substitution cipher. Any character found to be a key in the |
rot13 | Source Codeshared rot13 A common case of the Caesar cipher, using a key of 13. |