package
1.0.21
Repository: https://github.com/cresplanex/bloader.git
Documentation: pkg.go.dev

# Functions

Decrypt decrypts ciphertext using the specified encryption method with the given key.
Encrypt encrypts plaintext using the specified encryption method with the given key and IV.
NewContainerFromConfig creates a new encrypter container.
NewDynamicEncrypter creates a new dynamic encrypter.
NewStaticEncrypter creates a new static encrypter.
PKCS7Padding adds padding to the plaintext to make it a multiple of the block size.
PKCS7Unpadding removes padding from the plaintext.

# Constants

EncryptTypeCBC is the type of the cbc.
EncryptTypeCFB is the type of the cfb.
EncryptTypeCTR is the type of the ctr.

# Structs

DynamicEncrypter is the dynamic encrypter.
StaticEncrypter is the static encrypter.

# Interfaces

Encrypter is the interface for the encrypter.

# Type aliases

Container is the container for the encrypter.
Type is the type of the encrypt.