Categorygithub.com/gobackpack/crypto
modulepackage
0.0.0-20230109095708-bd1f9763ff9c
Repository: https://github.com/gobackpack/crypto.git
Documentation: pkg.go.dev

# README

alt Go

Run tests

make test-cover

# Functions

GenerateSalt with given length, 32 or 64 in most cases.
NewArgon2 will initialize default Argon2 params.
NewBCrypt will initialize default bcrypt params.
No description provided by the author
No description provided by the author
NewSCrypt will initialize default SCrypt params.

# Structs

Argon2 hashing algorithm.
BCrypt hashing algorithm.
CBC encryption.
GCM encryption.
SCrypt hashing algorithm.