View Source SecretVault.Cipher.ErlangCrypto (SecretVault v1.2.2)
SecretVault.Cipher
implementation which uses :crypto
module.
It is enabled by default and it the recommended cipher to use.
As for now it uses :aes_256_gcm
mode as default and the only available cipher.