secure

package
v0.0.0-...-c13e492 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2022 License: Apache-2.0, BSD-2-Clause-Views, BSD-3-Clause, + 1 more Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPbkdf2

func NewPbkdf2(input []byte, keyLen int) []byte

func RandomBytes

func RandomBytes(size uint) ([]byte, error)

Types

type AesGCM

type AesGCM struct {
	cipher.AEAD
}

func NewAesGCM

func NewAesGCM(key []byte) (*AesGCM, error)

func (*AesGCM) Decrypt

func (gcm *AesGCM) Decrypt(cipherText, nonce []byte) ([]byte, error)

func (*AesGCM) Encrypt

func (gcm *AesGCM) Encrypt(plainText []byte) (cipherText, nonce []byte, err error)

type Crypto

type Crypto interface {
	Encrypt(plainText []byte) (cipherText []byte, nonce []byte, err error)
	Decrypt(cipherText, nonce []byte) ([]byte, error)
}

Directories

Path Synopsis
This file was generated by counterfeiter
This file was generated by counterfeiter

Jump to

Keyboard shortcuts

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