Skip to content

Instantly share code, notes, and snippets.

@SoniEx2
Created February 13, 2018 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SoniEx2/929ef57c03d6d9424690b76e9aef5000 to your computer and use it in GitHub Desktop.
Save SoniEx2/929ef57c03d6d9424690b76e9aef5000 to your computer and use it in GitHub Desktop.

ROT13-UTF-8 is a semi-backwards-compatible encoding for text data.

ROT13-UTF-8 replaces the characters represented by bytes 0x41-0x4D, 0x4E-0x5A and 0x61-0x6D, 0x6E-0x7A in UTF-8 with characters U+004E-U+005A, U+0041-U+004D and U+006E- U+007A, U+0061-U+006D, respectively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment