cipher

package
v0.0.0-...-a20dff6 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2023 License: GPL-3.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EcdhCipher

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

EcdhCipher ECDH加密解密信息

func NewEcdhCipher

func NewEcdhCipher() (*EcdhCipher, error)

NewEcdhCipher 新建EcdhCipher

func (*EcdhCipher) Decrypt

func (c *EcdhCipher) Decrypt(cipherText []byte) (text []byte, e error)

Decrypt 解密

func (*EcdhCipher) EncodeToken

func (c *EcdhCipher) EncodeToken(timestamp int64) (string, error)

EncodeToken 加密token

func (*EcdhCipher) Encrypt

func (c *EcdhCipher) Encrypt(plainText []byte) ([]byte, error)

Encrypt 加密

type RsaCipher

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

RsaCipher RSA加密解密信息

func NewRsaCipher

func NewRsaCipher(key *RsaKey) *RsaCipher

NewRsaCipher 新建RsaCipher

func (*RsaCipher) Decrypt

func (c *RsaCipher) Decrypt(cipherText []byte) ([]byte, error)

Decrypt 解密,一次加密对应一次解密

func (*RsaCipher) Encrypt

func (c *RsaCipher) Encrypt(plainText []byte) ([]byte, error)

Encrypt 加密,一次加密对应一次解密

type RsaKey

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

RsaKey 密钥

func NewRsaKey

func NewRsaKey() (*RsaKey, error)

NewRsaKey 新建Key

Jump to

Keyboard shortcuts

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