Skip to main content

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

Body

required

    file binary

    the file to be hashed

Responses

the hash result as string

Schema

    string

Loading...