Documentation ¶
Overview ¶
md5 supports MD5 hashes in various formats.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Md5Base62 ¶
Md5Base62 returns a Base62 encoded MD5 hash of a string. This uses the Golang alphabet [0-9a-zA-Z].
func Md5Base62UpperFirst ¶
Md5Base62Upper returns a Base62 encoded MD5 hash of a string. Note Base62 encoding uses the GMP alphabet [0-9A-Za-z] instead of the Golang alphabet [0-9a-zA-Z] because the GMP alphabet may be more standard, e.g. used in GMP and follows ASCII table order.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.