pwd

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2020 License: Apache-2.0 Imports: 6 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 added in v0.5.1

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 added in v0.5.1

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

func NewPwdEncrypter added in v0.5.1

func NewPwdEncrypter(encrypter string) PwdEncrypter

Jump to

Keyboard shortcuts

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