[UP]


Manual Reference Pages  - spoiler (1)

NAME

spoiler(1) - [CONVERT] A trifling program for reading punchlines that are encoded using the ROT-13 rotation encryption (LICENSE:PD)

CONTENTS

Synopsis
Description
Example
Author
License

SYNOPSIS

spoiler [string(s)]<filename

DESCRIPTION

Read data from stdin or the command line and encrypt it with the trifling ROT-13 rotation encryption. A second run using the encrypted data as input will unencrypt that data. This is not suitable for secure encryption, but is used for such tasks as hiding a punchline to a joke in a newsgroup or web page.

EXAMPLE

Sample usage:

   echo ’fun but unsecure’|spoiler

Expected output:

   sha ohg hafrpher

AUTHOR

John S. Urban

LICENSE

Public Domain


spoiler (1) March 11, 2021
Generated by manServer 1.08 from 9623b503-ac8c-47f6-abc5-9ca5f0ff1928 using man macros.