Some news articles are posted using a basic encryption
method (ROT13).
ROT13 crypts the letters using the following method:
[a..m] --> [n..z] and [n..z] --> [a..m] (--> Caesar 13)
Written in ASP VBScript by Niclas Pennskog
This page was updated 05/23/01
Back to my home
page.