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
- multipart/form-data
Body
required
file binary
the file to be hashed
hash string
the hash to be verified as a string
Responses
- 200
the verification result as boolean
- application/json
- Schema
Schema
boolean
Loading...