passwordbasedencryption

package module
v0.0.0-...-da4fc59 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decrypt

func Decrypt(password string, obtenationIterations int, cipherText string) (string, error)

func DecryptWithFixedSalt

func DecryptWithFixedSalt(password string, obtenationIterations int, cipherText string, fixedSalt string) (string, error)

func Encrypt

func Encrypt(password string, obtenationIterations int, plainText string) (string, error)

func EncryptWithFixedSalt

func EncryptWithFixedSalt(password string, obtenationIterations int, plainText string, fixedSalt string) (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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