34
spooky
7y

You've heard of ROT13, now get ready for ROT26. This new and improved algorithm is TWICE as secure as ROT13 due to letters being shifted /twice/ as much.

There's even an API for this encryption service, for all ease of programming integration needs!

http://api.rot26.org/encrypt/... to encrypt}

Comments
  • 9
    ROT13 is no longer safe enough and therefore withdrawn by NIST.
    Better use TripleROT:

    secretmessage = ROT13( ROT26( ROT13( msg ) ) )
  • 6
    It's so stupid I doubt any hacker would think of it

    Ergo it's not stupid
Add Comment