Tabulify includes natively a vault functionality that lets you encrypt or decrypt text configuration parameters (mostly connection attribute) in order to keep sensitive information secret.
The encryption is done with approved Encryption cipher of the NIST that takes as input a cryptographic key that is generated from a passphrase. At every encryption, a random salt is used and therefore the encrypted output is never the same. On top of this process, we use a mac check to verify the integrity of the data.
According to the Kerckhoffs' principle only secrecy of the key provides security, you should take great care of your passphrase (See passphrase security considerations).
A text that has been encrypted will start with the vault prefix.
Example:
vaultQVE9PT5kclVidjZCZnYyUUtKMFBvT200UGF3PT0+SmZRZFhXU2dHWEhCZmFpe
With the automatic attribute encryption, you can automatically encrypt other attributes.