digest

package
v1.0.12 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeBase64

func DecodeBase64(input string) ([]byte, error)

DecodeBase64 将输入base64字符串转解码

func DesDecryption added in v1.0.9

func DesDecryption(key, iv, cipherText []byte) ([]byte, error)

DesDecryption 将输入进行DES解密

func DesEncryption added in v1.0.9

func DesEncryption(key, iv, plainText []byte) ([]byte, error)

DesEncryption 将输入进行DES加密

func EncodeBase64

func EncodeBase64(input string) string

EncodeBase64 将输入字符串转为base64编码

func Md5 added in v1.0.9

func Md5(input string) string

Md5 计算字符串的MD5值

Types

This section is empty.

Jump to

Keyboard shortcuts

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