Libraries tagged by bcrypt
j3j5/hmac-bcrypt-laravel
110 Downloads
A laravel hasher for the HMAC-BCrypt implementation for password hashing
ahmed-j-alsarem/laravel-bcrypt-password
9 Downloads
A Laravel package for bcrypt password hashing functionality
phpwatch/wordpress-samesite
14 Downloads
This plugin adds the “SameSite” cookie flag to WordPress’s authentication cookies. On supported browsers (all current IE, Edge, Chrome, and Firefox), this can effectively prevent all Cross-Site Request Forgery attacks throughout your WordPress site.
karavasilev/cryptomanana
55 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
itcover/password-processor
11107 Downloads
Framework-agnostic password processing library
elcodedocle/phpass
43 Downloads
fork of Solar Designer's http://www.openwall.com/phpass/ with enhanced security updates
ayesh/wordpress-password-hash
163 Downloads
Wordpress plugin to change its password hashing mechanism with PHP native password_* set of functions.
crazy-max/cws-crypto
340 Downloads
PHP class for password hashing with multi encryption methods.
robclancy/laravel4-hashing
1783 Downloads
Package for when you can't use Bcrypt in Laravel 4.
drawmyattention/expauth
5179 Downloads
A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.
vkr/sf-to-lv-bcrypt
58 Downloads
Bridge between Symfony and Laravel BCrypt hashers
velixir/bit-db-bcrypt-auth-adapter
41 Downloads
Forked BitDbBcryptAuthAdapter from cabrilo/BitDbBcryptAuthAdapter to put create a composer package for it
robertboloc/bcrypt-generator
50 Downloads
Generate bcrypt hashes from the command line
prostoroman/bcrypt
28 Downloads
A library for encoding strings using bcrypt.
onepress/wp-password-bcrypt
15 Downloads
WordPress plugin which replaces wp_hash_password and wp_check_password's phpass hasher with PHP 5.5's password_hash and password_verify using bcrypt.