aes

package
v1.37.3 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var UnpadError = errors.New("unpad error. This could happen when incorrect encryption key is used")

Functions

func AES128KeyFromPassword

func AES128KeyFromPassword(withPassword, salt []byte) ([]byte, error)

func AddBase64Padding

func AddBase64Padding(value string) string

func DecryptCBC

func DecryptCBC(key []byte, text string) (string, error)

func EncryptCBC

func EncryptCBC(key []byte, text string) (string, error)

func Pad

func Pad(src []byte) []byte

func RemoveBase64Padding

func RemoveBase64Padding(value string) string

func Unpad

func Unpad(src []byte) ([]byte, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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