home RPC:

uRPC micro Remote Procedure Calls - 0.97

» news | search | translate
Email Facebook Linkedin Pinterest Reddit Telegram Tumblr Whatsapp X

hash

 computes the hash on input data.

Arguments:
input                 data
algo                  algorithm
You can provide the input data either via an HTTP GET request using the input query parameter (UTF-8 encoded), or via an HTTP POST request with the data in the request body (maximum 256 KB).

Algorithms:
adler32 argon2i argon2id bcrypt blake2b blake2s blake3 md5 ripemd128 ripemd160 ripemd256 ripemd320 sha1 sha224 sha256 sha384 sha3_224 sha3_256 sha3_384 sha3_512 sha512 sha512_224 sha512_256 shake128 shake256 xxhash32 xxhash64

Example:
http[s]://saltlake71.eu/urpc?function=hash&algo=blake3&input=the+dude+abides