rot13_test


rot13_test, a C code which calls rot13() to read a file and make a copy in which all characters have been rotated by 13 positions, and all digits have been "rotated" by 5 positions.

Licensing:

The information on this web page is 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 03 August 2019.