des

package
v2.1.13 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecryptCBC

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

DecryptCBC DES/CBC/PKCS5Padding 解密

func DecryptECB

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

DecryptECB DES/ECB/PKCS5Padding 解密

func EncryptCBC

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

EncryptCBC DES/CBC/PKCS5Padding 加密

func EncryptECB

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

EncryptECB DES/ECB/PKCS5Padding 加密

func PKCS5Padding

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

func PKCS5UnPadding

func PKCS5UnPadding(origData []byte) []byte

func TripleDecrypt

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

TripleDecrypt 3DES解密

func TripleEncrypt

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

TripleEncrypt 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