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

https://github.com/multifactor/mfchf-lite

Lightweight demo of a Multi-Factor Credential Hashing Function (MFCHF)
https://github.com/multifactor/mfchf-lite

Last synced: 3 months ago
JSON representation

Lightweight demo of a Multi-Factor Credential Hashing Function (MFCHF)

Awesome Lists containing this project

README

          

The Multi-Factor Credential Hashing Function (MFCHF) is an experimental replacement for password hashing that uses multiple authentication factors to produce a single hash. Based on the multi-factor key derivation function (MFKDF). The mfchf-lite repository is a lightweight version of MFCHF that does not load the entire MFKDF library.

This repository is currently available for research purposes only, and has not been audited for use in production applications. Please see the main [MFKDF repository](https://github.com/multifactor/MFKDF) and [MFKDF website](https://mfkdf.com) for more information.

Copyright ©2022 Vivek Nair • All Rights Reserved