encryptor

package module
v0.0.0-...-4e958a2 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2024 License: MIT Imports: 7 Imported by: 1

README

push to go mod package: GOPROXY=proxy.golang.org go list -m github.com/guhkun13/encryptor@1.1.0-dev

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SecretKeys = []string{}/* 335 elements not displayed */

Functions

func Decrypt

func Decrypt(ciphertext []byte, key []byte, iv []byte) ([]byte, error)

decrypt

func DecryptByKeyCombination

func DecryptByKeyCombination(secretKey string) (string, error)

func Encrypt

func Encrypt(plaintext []byte, key []byte, iv []byte) ([]byte, error)

encrypt

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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