passwordbasedencryption

package module
v0.0.0-...-34e5d22 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2025 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