{"description":"This endpoint calculates the hash of the provided data using the specified OpenSSL algorithm.","method":"POST","endpoint":"https:\/\/tools4noobs.co\/api\/v1\/functions\/hash\/openssl-digest","parameters":{"algo":"The hashing algorithm to use. Must be one of the available algorithms from available_algorithms.","data":"The data to hash. Cannot be empty."},"available_algorithms":["blake2b512","blake2s256","md4","md5","md5-sha1","ripemd160","sha1","sha224","sha256","sha3-224","sha3-256","sha3-384","sha3-512","sha384","sha512","sha512-224","sha512-256","shake128","shake256","sm3","whirlpool"],"example_request":{"algo":"sha256","data":"Hello, world!"},"example_response":{"result":"315f5bdb76d0f5dfb52785e9e7a979c2a7c4c26f42a582a1ed23e0d7a0dbe799"}}