Skip to content

bill-uncultured/jcserve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

jcserve

jcserve will give you a SHA512 hash of a password, encoded in base64

Running jcserve

In the httpserver directory, run

go build
./httpserver

Then, with your http client, POST to

http://localhost:8080/hash

with the data

password=YOUR_PASSWORD

The server will log the number of active and total connections.

To shut down the server, user your http client to access

http://localhost:8080/shutdown

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages