md5plain

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2024 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Overview

Package md5plain provides verification of plain md5 digests of passwords without salt.

Note that md5 is considered cryptographically broken and should not be used for new applications. This package is only provided for legacy applications that wish to migrate away from md5 to newer hashing methods.

Index

Constants

This section is empty.

Variables

Functions

func Verify

func Verify(digest, password string) (verifier.Result, error)

Verify an plain md5 digest without salt. Digest must be hex encoded.

Note that md5 digests do not have an identifier. Therefore it might be that Verify accepts any hex encoded string but fails password verification.

Types

This section is empty.

Jump to

Keyboard shortcuts

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