package
0.0.0-20240128114044-1a2cff22ff17
Repository: https://github.com/joe-l-mathew/gofilevault.git
Documentation: pkg.go.dev
# Functions
EncryptPassword hashes the given password using bcrypt.
GenerateToken creates a JWT token.
VerifyPassword checks if the provided password matches the stored hash.
VerifyToken verifies and decrypts a JWT token.