# Functions

Decrypt decrypts the input string with the vault password.
DecryptFile decrypts the content of the file with the vault password.
Encrypt encrypts the input string with the vault password.
EncryptByteArray encrypts the input []byte with the vault password.
EncryptFile encrypts the input string and saves it into the file.

# Variables

ErrEmptyPassword is returned when password is empty.
ErrInvalidFormat is returned when secret content is not valid.
ErrInvalidPadding is returned when invalid key is used.