crypto

package
v1.0.0-beta.29 Latest Latest
Warning

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

Go to latest
Published: May 31, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SecureToken

func SecureToken() string

SecureToken creates a new random token

Types

type AESBlockEncrypter

type AESBlockEncrypter struct {
	Key string
}

func (*AESBlockEncrypter) Decrypt

func (a *AESBlockEncrypter) Decrypt(ciphertextBase64 string, ivBase64 string) (decryptedString string)

func (*AESBlockEncrypter) Encrypt

func (a *AESBlockEncrypter) Encrypt(plaintext string) (encryptedString string, iv string)

func (*AESBlockEncrypter) EncryptWithIV

func (a *AESBlockEncrypter) EncryptWithIV(plaintext string, ivBytes []byte) (encryptedString string, iv string)

Jump to

Keyboard shortcuts

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