encrypter

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const ALPHA_LEN byte = 26

The count of unique letters in the English alphabet

Variables

This section is empty.

Functions

This section is empty.

Types

type Encrypter

type Encrypter struct {
	// contains filtered or unexported fields
}

func EncrypterInit

func EncrypterInit(pwd int) *Encrypter

func (*Encrypter) Decrypt

func (c *Encrypter) Decrypt(cipherText string) string

func (*Encrypter) Encrypt

func (c *Encrypter) Encrypt(plainText string) string

Jump to

Keyboard shortcuts

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