ROT13 transform

Simple example of the ROT13 algorithm. ROT13 is a simple function which rotates the

characters of a string 13 places forward.




Hint:
Since PHP 4+ you can use the PHP build-in function str_rot13.

This is just a example implementation to show how it works.

This entry was posted on Sunday, December 9th, 2007 at 4:00 pm
Entry is filed under Uncategorized.
Read original posting here.
You can follow any responses to this entry through the RSS 2.0 feed.

Both comments and pings are currently closed.

Comments are closed.