tdes

package
v0.0.0-...-fc9fbc1 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecryptTDES

func DecryptTDES(src, key, iv []byte) ([]byte, error)

使用tdes进行解密 @param enc 已加密数据 @param key 三组八字节密匙,即24字节 @param iv CBC模式的初始化向量,8字节

func EncryptTDES

func EncryptTDES(src, key, iv []byte) ([]byte, error)

使用tdes进行对称加密 @param src 未加密源数据 @param key 三组八字节密匙,即24字节 @param iv CBC模式的初始化向量,8字节

Types

This section is empty.

Jump to

Keyboard shortcuts

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