rot13

package module
v0.0.0-...-5331bbf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

README

Rot13 encoder/decoder

See sample usage here

For a standalone decode/encode, supply the input/output file path as env variables and run:

INFILE=~/.lantern/global.yaml \
  OUTFILE=~/.lantern/expanded_global.yaml \
  go test -v -run TestFunctional

Documentation

Overview

Package rot13 provides ROT13 "encryption" and "decryption".

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewReader

func NewReader(wrapped io.Reader) io.Reader

NewReader creates a new io.Reader that encrypts with ROT13.

func NewWriter

func NewWriter(wrapped io.Writer) io.Writer

NewWriter creates a new io.Writer that encrypts with ROT13.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL