Amadis

Crypto Backend - APIs - Random

Generate 32 bytes random string

Verb

GET

Resource

/api/cryptoprovider/v1/random

Content type

N/A

Body

N/A

 

The response data is a JSON object with the following structure:

{

Field

Description

 

“value”: ”<random byte string>”

32 bytes HSM generated, Base64 encoded, random byte string.

}