md5util

package
v0.42.0 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2022 License: MIT Imports: 4 Imported by: 1

Documentation

Overview

md5util 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

MD5Base62UpperFirst 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