Categorygithub.com/gerardsoleca/wordpress-hash-go
repositorypackage
0.0.0-20161116172340-2bdd71ec2eb6
Repository: https://github.com/gerardsoleca/wordpress-hash-go.git
Documentation: pkg.go.dev

# README

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