I am building a POC for a project using Bubble.io to build the web app. I plan on using an API to send information from Bubble to a separate Flask app on PythonAnywhere, where a Python script will execute using some of the information passed by the API. Some of the information passed between Bubble and PythonAnywhere will be sensitive data.
I know there are ways to encrypt/decrypt in Bubble and there are also libraries in Python to encrypt/decrypt, but is there anyway to encrypt data in Bubble and decrypt in Python? I am pretty new to networking and APIs, so I wasn’t sure if this was possible.
I have tried researching encryption/decryption methods online, but can’t find any resources that describe encrypting in Bubble and decrypting in another system.