des

package
v2.1.41 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecryptCBC

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

DecryptCBC DES/CBC/PKCS5Padding 解密

func DecryptECB

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

DecryptECB DES/ECB/PKCS5Padding

func EncryptCBC

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

EncryptCBC DES/CBC/PKCS5Padding 加密

func EncryptECB

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

EncryptECB DES/ECB/PKCS5Padding

func PKCS5Padding

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

func PKCS5UnPadding

func PKCS5UnPadding(origData []byte) ([]byte, error)

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