md5

package
v0.32.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

md5 supports MD5 hashes in various formats.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Md5Base10

func Md5Base10(s string) string

Md5Base10 returns a Base10 encoded MD5 hash of a string.

func Md5Base36

func Md5Base36(s string) string

Md5Base36 returns a Base36 encoded MD5 hash of a string.

func Md5Base62

func Md5Base62(s string) string

Md5Base62 returns a Base62 encoded MD5 hash of a string. This uses the Golang alphabet [0-9a-zA-Z].

func Md5Base62UpperFirst

func Md5Base62UpperFirst(s string) string

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL