passwap

Password hasher

Provides a unified implementation of multiple password hashing algorithms.

Package passwap provides a unified implementation between different password hashing algorithms. It allows for easy swapping between algorithms, using the same API for all of them.

GitHub

51 stars
9 watching
3 forks
Language: Go
last commit: 6 days ago
Linked from 1 awesome list

argon2bcryptgohashingmd5-cryptpasslibpasswordpbkdf2scrypt

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
pyca/bcrypt A modern password hashing library for Python 1,250
eudoxia0/cl-pass A password hashing and verification library 30
simonepri/upash A unified API for password hashing algorithms 540
smeagol74/zsh-fzf-pass A ZSH plugin for securely inputting and managing passwords using a fuzzy finder interface 6
hashview/hashview A web-based tool for managing and automating password cracking tasks with analytics capabilities. 360
tmthecoder/argon2swift A Swift wrapper around a reference implementation of the Argon2 password hashing algorithm 27
elithrar/simple-scrypt Provides a convenient interface to generate, compare and inspect password hashes using the scrypt KDF in Go 198
dwin/gosecretboxpassword A utility library for securely hashing and encrypting passwords based on the Dropbox method. 59
andskur/argon2-hashing A lightweight package for generating and comparing password hashes using the Argon2 algorithm. 20
manelli/ex_bcrypt An Elixir module for hashing and verifying passwords using the OpenBSD bcrypt algorithm 3
rustcrypto/password-hashes A collection of password hashing algorithms implemented in Rust. 673
phxql/argon2-jvm A Java-based implementation of the Argon2 password hashing algorithm using a native C library 332
maxcountryman/flask-bcrypt Provides a secure way to store and verify passwords in a slow and computationally expensive hashing algorithm 326
tmthecoder/dargon2 Provides a unified set of libraries and interfaces for password hashing in Dart applications. 18
ultrahorizon/pyargon2 An implementation of Argon2 password hashing algorithm in Python 17