rot13 is a simple encryption method. each character in the given text is shifted 13 position in the alphabet.
this is a simple program. the input is the following
python rot.py <file name or path> <rot key>
notice that the rot key is optional and defaults to 13