utils

package
v0.0.0-...-d1e5265 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BytesToHex

func BytesToHex(b []byte) string

BytesToHex converts a byte slice to a hexadecimal string

func CalculateFileHash

func CalculateFileHash(file *os.File) ([]byte, error)

func CheckFileExists

func CheckFileExists(filename string) (*os.File, error)

func Decrypt

func Decrypt(key, data []byte) ([]byte, error)

Decrypt decrypts the given data using the derived key

func Encrypt

func Encrypt(key, data []byte) ([]byte, error)

Encrypt encrypts the given data using the derived key

func HexToBytes

func HexToBytes(s string) ([]byte, error)

HexToBytes converts a hexadecimal string to a byte slice

func ReadBytes

func ReadBytes(stream network.Stream) ([]byte, error)

func ReadInput

func ReadInput() (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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