des

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DesDecrypt

func DesDecrypt(msg string, key string, iv string) (string, error)

func DesDecryptECB

func DesDecryptECB(msg string, key string) (string, error)

DES/ECB/PKCS5Padding 解密

func DesEncrypt

func DesEncrypt(msg string, key string, iv string) (string, error)

func DesEncryptECB

func DesEncryptECB(msg string, key string) (string, error)

DES/ECB/PKCS5Padding 加密

func PKCS5Padding

func PKCS5Padding(ciphertext []byte, blockSize int) []byte

func PKCS5UnPadding

func PKCS5UnPadding(origData []byte) []byte

func TripleDesDecrypt

func TripleDesDecrypt(msg string, key string, iv string) (string, error)

3DES解密

func TripleDesEncrypt

func TripleDesEncrypt(msg string, key string, iv string) (string, error)

3DES加密

func ZeroPadding

func ZeroPadding(ciphertext []byte, blockSize int) []byte

func ZeroUnPadding

func ZeroUnPadding(origData []byte) []byte

Types

This section is empty.

Jump to

Keyboard shortcuts

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