md5_crypt

package
v0.0.0-...-bb7000b Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2020 License: BSD-2-Clause Imports: 6 Imported by: 0

Documentation

Overview

Package md5_crypt implements the standard Unix MD5-crypt algorithm created by Poul-Henning Kamp for FreeBSD.

Index

Constants

View Source
const (
	MagicPrefix   = "$1$"
	SaltLenMin    = 1 // Real minimum is 0, but that isn't useful.
	SaltLenMax    = 8
	RoundsDefault = 1000
)

Variables

This section is empty.

Functions

func New

func New() crypt.Crypter

New returns a new crypt.Crypter computing the MD5-crypt password hashing.

Types

This section is empty.

Jump to

Keyboard shortcuts

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