Rot13(Text)
Rate this function: Average rating: 3.5 (13 votes) Discuss this Custom Function
Christian Jaeger, contact: cjaeger @ www.fmforums.com
Hannover, Germany
Easy ROT 13 encoding/decoding function. Uses Recursion.
Sample Input:
| Rot13("alea iacta est") |
|
Sample Output:
|
Description:
ROT13 (Caesar-Cipher by 13 chars) is a cipher commonly used in Usenet postings. The term cipher itself might be a bit misleading: The ROT13-algorithm is based on a rotation of all alphabetic characters by 13. Speaking in computer terms the ASCII-values of the letters are incremented or decremented by 13.
In addition to ROT13, ROT5 is often used to encrypt digits, which means that every digit is rotated by 5.
The beauty of the ROT13 is that you can use the same formula to decrypt. This encryption method is found often on Usenet, and you can use it to hide somethings from your kids (if they are under 8 years of age) ;-)
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
This is my Custom Function and I want to
edit it
Discuss:There are no comments yet. Be the first to post a comment about this Custom Function! Please try to keep it brief & to the point. Anyone can post:
|
Newest Custom Functions:
| 1. |
list.intersect (listA; listB) |
| |
(Mon, May 14, 12:43pm) |
| 2. |
WeekStart ( weekOfYear ; year ) |
| |
(Sat, May 12, 8:42am) |
| 3. |
PercentToWords (FIELD) |
| |
(Thu, May 10, 3:16pm) |
| 4. |
PercentToText (FIELD) |
| |
(Thu, May 10, 2:37pm) |
| 5. |
StripReserved( text ) |
| |
(Wed, May 02, 6:05pm) |
| 6. |
ListBaseTables |
| |
(Wed, May 02, 3:48pm) |
| 7. |
ValidEmail( theEmail ) |
| |
(Wed, May 02, 7:27am) |
| 8. |
UltraDate (Text; LongDate_or_DateDigit) |
| |
(Wed, May 02, 6:07am) |
 |
|