When GATEWAY inserts data into ssg DB, can GATEWAY encrypt the data and insert it?
Release : 10.0
Component :
Most of the database can encrypt the data, usually database encryption is done on database side, not have to do it on application side (such as the gateway).
The mysql doesn't encrypt data by default, it can be enabled as per mysql documents,
https://dev.mysql.com/doc/refman/5.7/en/innodb-data-encryption.html
https://www.percona.com/blog/2016/04/08/mysql-data-at-rest-encryption
On gateway side, confidential data will be encrypted before insert into ssg database, such as the password of internal user, the stored password, the keystore of private keys, etc.