| kelektiv/node.bcrypt.js |
7,118 |
|
35,802 |
3,942 |
over 2 years ago |
54 |
August 16, 2023 |
22 |
mit |
C++ |
| bcrypt for NodeJs |
| pyca/bcrypt |
1,087 |
|
7,425 |
690 |
about 2 years ago |
22 |
November 28, 2023 |
8 |
apache-2.0 |
Python |
| Modern(-ish) password hashing for your software and your servers |
| PHPAuth/PHPAuth |
867 |
|
13 |
1 |
almost 3 years ago |
24 |
June 28, 2023 |
15 |
mit |
PHP |
| PHPAuth is a secure PHP Authentication class that easily integrates into any site. |
| BcryptNet/bcrypt.net |
760 |
|
52 |
170 |
about 2 years ago |
24 |
March 03, 2022 |
9 |
mit |
C# |
| BCrypt.Net - Bringing updates to the original bcrypt package |
| spaze/hashes |
602 |
|
0 |
0 |
over 2 years ago |
0 |
|
3 |
|
|
| Magic hashes – PHP hash "collisions" |
| roots/wp-password-bcrypt |
556 |
|
605 |
102 |
about 4 years ago |
3 |
October 31, 2021 |
0 |
mit |
PHP |
| WordPress plugin to implement secure bcrypt hashed passwords |
| simonepri/upash |
470 |
|
1 |
6 |
over 7 years ago |
12 |
March 05, 2018 |
7 |
mit |
JavaScript |
| 🔒Unified API for password hashing algorithms |
| Tarsnap/scrypt |
448 |
|
0 |
0 |
about 2 years ago |
1 |
February 27, 2018 |
1 |
other |
C |
| The scrypt key derivation function was originally developed for use in the Tarsnap online backup system and is designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt. |
| patrickfav/bcrypt |
426 |
|
23 |
28 |
over 2 years ago |
12 |
February 12, 2023 |
7 |
apache-2.0 |
Java |
| A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distributions. Includes a CLI Tool. |
| Password4j/password4j |
292 |
|
0 |
4 |
over 2 years ago |
21 |
September 14, 2023 |
5 |
apache-2.0 |
Java |
| Java cryptographic library that supports Argon2, bcrypt, scrypt and PBKDF2 aimed to protect passwords in databases. Easy to use by design, highly customizable, secure and portable. All the implementations follow the standards and have been reviewed to perform better in the JVM. |