GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
STRROT13(3) C Programmer's Manual STRROT13(3)

strrot13 - encrypt or decrypt string using rot13

#include <publib.h>
char *strrot13(char *str);

strrot13 converts the argument string using rot13, i.e., it replaces each letter a with n, n with a, b with o, o with b, and so on. Converting twice results in the original string. Non-letter characters are not converted.

The rot13 encryption method is used commonly on USENET to hide offensive text, or spoilers in discussions about movies or books, or in other similar occasions.

strrot13 returns its argument.

publib(3), crypt(3)

Lars Wirzenius (lars.wirzenius@helsinki.fi)
C Programmer's Manual Publib

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.