Is it possible to implement field level encryption out of the box with TigerGraph when implementing the database in the Cloud such as in AWS or GCP?
Hi @MoZiadi
The easiest way to do this I think is to code a plugin for Chrome and/or Firefox doing the following steps :
1- The plugin is triggered at *.tgcloud.io level ( or specific server_ip:14240 ) that will decrypt/encrypt the tagged keys.
2- The plugin will decrypt/encrypt: check this plugin, it does the encryption/decryption using local keys or API ( you can code your own encryption endpoint ) :
3- extract/locate the values to decrypt/encrypt : tags automation can be done using :
iMacros for Chrome - Chrome Web Store
or
with this will create a local automated and secure tool that does it out of the Tigergraph Box.