Skip to content

A simple password hash application by Go, the hash can be use for WordPress

Notifications You must be signed in to change notification settings

jackluo2012/go-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Password Hashing

A simple password hash application by Go, the hash can be use for WordPress

Resources

Installation

go get github.com/tatthien/go-hash

Usage

cd $GOPATH\src\tatthien\go-hash
go run main.go

After running the app, a web server will be started at port 8080 (you can edit port number in code). Then visit http://localhost:8080/hash/your-password to see the result.

HashPassword

About

A simple password hash application by Go, the hash can be use for WordPress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages