Skip to content

gouniverse/password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password

Installation

go get -u github.com/gouniverse/password

Usage

  • Hash a password
password.Hash(password)
  • Verify a password against a hash
password.Verify(password, hash)