Skip to main content

Decryption of request at Nuclei

Decryption of request at Nuclei

  1. Use the API-Key present in the request header to identify the partner.

  2. random-key = RSA/ECB/PKCS1PaddingDecryption(Base64Decode(encrypted-key), partner-public-key)

  3. request-body = AES/CBC/PKCS5PaddingDecryption (Base64Decode(encrypted-data),random-key)