Short rot13 function – Python [closed] February 11, 2023 by Tarik It’s very simple: >>> import codecs >>> codecs.encode('foobar', 'rot_13') 'sbbone'