rot13_test, a C++ code which calls rot13(), which reads a file and makes a copy in which all characters have been "rotated" by 13 positions, and all digits have been "rotated" by 5 positions.
The computer code and data files described and made available on this web page are distributed under the MIT license
rot13, a C++ code which makes a copy of a file which has been encoded using the rot13 coding, and a ROT5 coding for digits.