Skip to main content

forge hash

POST 

/api/signing/v1/hash/forge

This endpoints accept a file, provided as a multipart/form-data upload. The file will be hashed with node-forge 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...