An open API service indexing awesome lists of open source software.

https://github.com/nothub/hashutils

Utils for the PHC and MCF hash string formats
https://github.com/nothub/hashutils

crypto hashing mcf phc

Last synced: 10 months ago
JSON representation

Utils for the PHC and MCF hash string formats

Awesome Lists containing this project

README

          

# hashutils

[![Go Reference](https://pkg.go.dev/badge/github.com/nothub/hashutils.svg)](https://pkg.go.dev/github.com/nothub/hashutils)

Some utilities for working with hashes in go.

Contains implementations of the
[PHC string format (PHC)](https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md) and
[Modular Crypt Format (MCF)](https://passlib.readthedocs.io/en/stable/modular_crypt_format.html) specs.