vbase64

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(data []byte) ([]byte, error)

Decode decodes bytes with BASE64 algorithm.

func DecodeStr

func DecodeStr(data string) ([]byte, error)

DecodeStr decodes string with BASE64 algorithm.

func DecodeToStr

func DecodeToStr(data string) (string, error)

DecodeToStr decodes string with BASE64 algorithm.

func Encode

func Encode(src []byte) []byte

Encode encodes bytes with BASE64 algorithm.

func EncodeStr

func EncodeStr(src string) string

EncodeStr encodes string with BASE64 algorithm.

func EncodeToStr

func EncodeToStr(src []byte) string

EncodeToStr encodes bytes to string with BASE64 algorithm.

Types

This section is empty.

Jump to

Keyboard shortcuts

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