Supported Algorithms

This page lists the hash formats currently supported by libpasta, and the algorithms available for use. For any missing formats/algorithms, please open an issue and/or submit a pull request.

Algorithms

Currently, libpasta has support for:

Formats

The following hash-formats are supported automatically by libpasta:

Name Format Description
bcrypt legacy format $2[abxy]$<cost>$<salthash> salthash is a non-standard base64 encoding
PHC format $<id>$<params map>$<salt>$<hash> Also referred to as modular crypt format
libpasta specific ($!<PHC hash>)*$<PHC hash> nested MCF hash