Skip to main content

verify crypto hash

POST 

/api/signing/v1/hash/crypto/verify

This endpoints accept a file and a hash string (base64), provided as a multipart/form-data upload . The file will be hashed with node-crypto library and the result will be compared with the provided hash

Request

Responses

the verification result as boolean