crypt

package
v0.0.0-...-551a37d Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decrypter

type Decrypter interface {
	Decrypt(r io.Reader) string
}

Decrypter interface to implement for whomsoever wishes to decrypt response

func NewDecrypter

func NewDecrypter(filepath string, pb64 string) Decrypter

type Encrypter

type Encrypter interface {
	Key() string
	Encrypt(p string) string
	Hash(p string) string
	KeyEncrypt(k string) string
}

Encrypter interface to implement for whomsoever wishes to encrypt request

Jump to

Keyboard shortcuts

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