strrot13(3pub) debian man page | unix.com

Man Page: strrot13

Operating Environment: debian

Section: 3pub

STRROT13(3pub)						       C Programmer's Manual						    STRROT13(3pub)

NAME
strrot13 - encrypt or decrypt string using rot13
SYNOPSIS
#include <publib.h> char *strrot13(char *str);
DESCRIPTION
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. Con- verting 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.
RETURN VALUE
strrot13 returns its argument.
SEE ALSO
publib(3), crypt(3)
AUTHOR
Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRROT13(3pub)
Related Man Pages
fnqualify(3pub) - debian
memshuffle(3pub) - debian
strltrim(3pub) - debian
strsub(3pub) - debian
xstrdup(3pub) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph