package
1.0.2
Repository: https://github.com/ravior/gserver.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.
EncryptBytes 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.