Guidance on Implementing RSA and AES Encryption/Decryption for Payloads in VBCS
Summary:
Hi ,
I am currently working on a project in Oracle Visual Builder Cloud Service (VBCS) where secure communication of data is paramount. To ensure the security of our payloads during request and response cycles, I am exploring the use of RSA and AES encryption/decryption techniques.
Context and Requirements:
RSA Encryption/Decryption: We intend to use RSA for encrypting small pieces of sensitive data such as API keys or tokens.
AES Encryption/Decryption: For larger payloads, we plan to use AES encryption due to its efficiency in handling larger data sets.
Combination Approach: Encrypting the AES key with RSA, and then using this AES key to encrypt the payload.
Tagged:
1