Bubble to Xano Encryption Best Practice

I'm trying to wrap my head around encryption between Bubble using the AES256 plugin and Xano.

A bit of Background:
• From the documentation, XANO already encrypts data
• The transfer of data into Xano however is not encrypted (right?)


So if you use Bubble you want to send fully encrypted data over and fetch it back and only decrypt it on the Bubble side. 

Thoughts on if this would be the best course of action? Versus Sending encrypted data to Xano, then decrypting it on Xano but knowing it's already encrypted, and then encrypting on GET commands.

T
Working with APIs
2 replies