pwd

package
v0.0.0-...-295c363 Latest Latest
Warning

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

Go to latest
Published: May 9, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AES

type AES struct{}

func NewAES

func NewAES() *AES

func (*AES) Decrypter

func (*AES) Decrypter(code string) (string, error)

func (*AES) Encrypter

func (*AES) Encrypter(password string) (string, error)

type PwdEncrypter

type PwdEncrypter interface {
	Encrypter(password string) (string, error)
	Decrypter(code string) (string, error)
}

func NewPwdEncrypter

func NewPwdEncrypter(encrypter string) PwdEncrypter

Jump to

Keyboard shortcuts

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