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 information on this web page is 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.