crypto Hash
POST/api/signing/v1/hash/crypto
This endpoints accept a file, provided as a multipart/form-data upload. The file will be hashed with node-crypt library. The hash is returned as a base64 string
Request
- multipart/form-data
Body
required
file binary
the file to be hashed
Responses
- 200
the hash result as string
- application/json
- Schema
Schema
string
Loading...