package
2.8.3
Repository: https://github.com/gogf/gf.git
Documentation: pkg.go.dev

# 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.