cryptos

command module
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2024 License: MIT Imports: 12 Imported by: 0

README

Cryptos - Golang Hashing Service API

Overview

This API provides a set of hash functions implemented in Golang. It allows clients to perform hashing operations on text inputs, returning the hashed result.

Usage

To use the API, you need to make a Get request to the /hashType endpoint with a URL parameter named text. The text to be hashed should be URL encoded. Here's an example using curl:

curl "http://localhost:2323/sha1?text=example%20text"

The API will respond with a JSON string containing the original text and the hashed result.

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