Skip to content

GerardSoleCa/wordpress-hash-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress Hasher for Golang

Godoc reference Build Status Code Climate

Implementation of Wordpress hashing system for Golang

Installation

go get github.com/GerardSoleCa/wordpress-hash-go

Usage

    import "github.com/GerardSoleCa/wordpress-hash-go"
    
    func main(){
        password := "thisisapassword"
        hash := wphash.HashPassword(password)
        checked := wphash.CheckPassword(password, hash)
    }

Tests

go test

License

MIT

About

Implementation of Wordpress Hash functions for Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages