# Packages
Package argon2 implements the argon2 password hashing mechanism, wrapped in the argon2 encoded format.
Package bcrypt implements the bcrypt password hashing mechanism.
Package bcryptsha256 implements bcrypt with a SHA256 prehash in a format that is compatible with Python passlib's equivalent bcrypt-sha256 scheme.
Package pbkdf2 implements a modular crypt format for PBKDF2-SHA1, PBKDF2-SHA256 and PBKDF-SHA512.
Package scrypt implements the scrypt password hashing mechanism, wrapped in the modular crypt format.
Package sha2crypt implements sha256-crypt and sha512-crypt.