pub fn encrypt_secrets( config: &str, key: &str, ) -> Result<String, ConfigSecretsError>
Encrypts all ENCRYPT(...) blocks in the provided string, converting them to SECRET(...).
ENCRYPT(...)
SECRET(...)