repositorypackage
1.0.3
Repository: https://github.com/innotechdevops/core.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
core
Core package for Golang.
Install
go get github.com/innotechdevops/core
How to use
- Compare Password
got := gobcrypt.ComparePassword(hashedPwd, plainPwd)
- Hash Password
got, err := gobcrypt.HashPassword(password)