package
0.0.0-20240814024829-a727419628d8
Repository: https://github.com/aran404/goauth.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
CheckPasswordHash checks if the provided password matches the hashed password.
Decrypt decrypts the AES-GCM encrypted data.
DeriveKey derives a key from the provided private key and seed.
Encrypt encrypts the data using AES-GCM.
No description provided by the author
GenerateHMAC generates an HMAC-SHA512 hash for the given message using the provided secret key.
No description provided by the author
No description provided by the author
No description provided by the author
HashPassword hashes a plain text password using bcrypt.
VerifyHMAC verifies the given HMAC-SHA512 hash.