# Functions
Encrypt encrypts any type of variable using MD5 algorithms.
EncryptBytes encrypts `data` using MD5 algorithms.
EncryptFile encrypts file content of `path` using MD5 algorithms.
EncryptString encrypts string `data` using MD5 algorithms.
MustEncrypt encrypts any type of variable using MD5 algorithms.
MustEncryptBytes encrypts `data` using MD5 algorithms.
MustEncryptFile encrypts file content of `path` using MD5 algorithms.
MustEncryptString encrypts string `data` using MD5 algorithms.