hashing

command module
v0.0.0-...-95c1ff6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2019 License: GPL-3.0 Imports: 1 Imported by: 0

README

Hashing API

This api will hash your damn strings, that is all. Supported hashes (and corresponding endpoints):

  • md5 - /md5/<your string>
  • sha1 - /sha1/<your string>
  • sha256 - /sha256/<your string>
  • sha384 - /sha384/<your string>
  • sha512 - /sha512/<your string>

How to use it

To get a hash of your string, use the appropriate endpoint and provide a string like so:

$ curl https://hashing.movetokube.com/sha1/whatever
{"type":"Sha1","hash":"d869db7fe62fb07c25a0403ecaea55031744b5fb"}

You'll get a JSON string in the response. The uppercased hash type in type field and your hashed string in hash field (as in example above).

Disclaimer

This application is not designed to save strings or hashes in any way.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL