cryptography

package
v1.5.32 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 License: MIT Imports: 6 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Encryption

type Encryption struct {
	// contains filtered or unexported fields
}

Encryption ..

func NewEncryptionClient

func NewEncryptionClient() (*Encryption, error)

NewEncryptionClient returns an instance of the encryption client

func (Encryption) Decrypt

func (e Encryption) Decrypt(text string) (string, error)

Decrypt returns a plaintext from a ciphertext

func (Encryption) Encrypt

func (e Encryption) Encrypt(text string) (string, error)

Encrypt returns a ciphertext from a plaintext

Jump to

Keyboard shortcuts

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