cdepillabout / cdepillabout/password

Be able to use different hash formats

Open
#11 1 comment 1 reaction 0 assignees View on GitHub
enhancement help wanted
Dominant language
Haskell
Stars
61
Forks
16
PR merge metrics
No merged PRs in 30d

Description

Seeing as some algorithms encode the password hashes in different ways, it might be a good idea to add functionality to dictate how the hash will be output (`hashPassword`) and/or how it will be read (`checkPassword`).

This will make the interoperability better between different programs/other languages, and thus make it easier for someone to switch to Haskell, or use Haskell to operate on already existing password hashes.

[Here's a list of examples of different formats](https://hashcat.net/wiki/doku.php?id=example_hashes)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.