des

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2022 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(crypted, key []byte) ([]byte, error)

DesDecrypt - Decrypts the des encrypted string into plaintext

func DesEncrypt

func DesEncrypt(origData, key []byte) ([]byte, error)

DesEncrypt - The data encryption algorithm in accordance with des encryption

func TripleDesDecrypt

func TripleDesDecrypt(crypted, key []byte) ([]byte, error)

TripleDesDecrypt - 3DES解密

func TripleDesEncrypt

func TripleDesEncrypt(origData, key []byte) ([]byte, error)

TripleDesEncrypt - 3DES加密

Types

This section is empty.

Jump to

Keyboard shortcuts

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