Decryption of request at Nuclei
Decryption of request at Nuclei
-
Use the
API-Key
present in the request header to identify the partner. -
random-key
= RSA/ECB/PKCS1PaddingDecryption(Base64Decode(encrypted-key
),partner-public-key
) -
request-body = AES/CBC/PKCS5PaddingDecryption (Base64Decode(
encrypted-data
),random-key
)