Documentation ¶
Overview ¶
Package gmd5 provides useful API for MD5 encryption algorithms.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Encrypt ¶
func Encrypt(v interface{}) string
Encrypt encrypts any type of variable using MD5 algorithms. It uses gconv package to convert <v> to its bytes type.
func EncryptFile ¶
EncryptFile encrypts file content of <path> using MD5 algorithms.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.