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
- Host: GitHub
- URL: https://github.com/nothub/hashutils
- Owner: nothub
- License: mit
- Created: 2023-02-06T01:05:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T16:09:46.000Z (over 2 years ago)
- Last Synced: 2025-06-01T06:28:07.679Z (about 1 year ago)
- Topics: crypto, hashing, mcf, phc
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# hashutils
[](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.