util

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Aes256Decrypt

func Aes256Decrypt(encrypted, key, iv []byte) ([]byte, error)

func Aes256Encrypt

func Aes256Encrypt(origData, key, iv []byte) ([]byte, error)

func DesDecrypt

func DesDecrypt(encrypted, key, iv []byte) ([]byte, error)

func DesEncrypt

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

func GetMd5DerivedKey

func GetMd5DerivedKey(password string, salt []byte, count int) ([]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