des3

package
v0.9.9 Latest Latest
Warning

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

Go to latest
Published: May 27, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CBCDecrypt

func CBCDecrypt(data, key, iv []byte, padding openssl.PaddingType) ([]byte, error)

CBCDecrypt DES3的CBC模式解密

func CBCEncrypt

func CBCEncrypt(data, key, iv []byte, padding openssl.PaddingType) ([]byte, error)

CBCEncrypt DES3的CBC模式加密

func ECBDecrypt

func ECBDecrypt(data, key []byte, padding openssl.PaddingType) ([]byte, error)

ECBDecrypt DES3的ECB模式解密

func ECBEncrypt

func ECBEncrypt(data, key []byte, padding openssl.PaddingType) ([]byte, error)

ECBEncrypt DES3的ECB模式加密

Types

This section is empty.

Jump to

Keyboard shortcuts

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