Encryption & Decryption
In AMBSlot Platform has use encryption and decryption to sign the request with secret key. For all seamless API requests have to be signed by Operator and successfully verify by AMBSlot.
Encryption & Decryption Method and Process
• AMBSlot generate secret key to operator once operator start development • The operator should send normal request body with the signature • The signature should be placed in ‘x-ambslot-signature‘ request header • The signature should be signed with RSA-SHA512 and encoded to BASE64 from request body • Request body must not be changed
Request with Encryption Example
Example for node.js
Example for php
Last updated