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

Body

required

    file binary

    the file to be hashed

    hash string

    the hash to be verified as a string

Responses

the verification result as boolean

Schema

    boolean

Loading...