mo-rot13

Homepage: https://emacswiki.org/emacs/download/mo-rot13.el

Author: Matthew Ozor

Updated:

Summary

Convert text buffer to and from ROT13

Commentary

Add new menu items and new commands to convert text to and from
ROT13 encoding.

Vital for any coder :)
The function `mo-rot13-region' uses a lookup table to convert
marked region to or from ROT13.
The function `mo-rot13-buffer' expands on mo-rot13-region
The function `mo-rot13-word' expands on mo-rot13-region
The function `mo-rot13-sentence' expands on mo-rot13-region
The function `mo-rot13-line' expands on mo-rot13-region

Dependencies