rot13_test


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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

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.

Source Code:


Last revised on 07 April 2020.