wp-password-bcrypt
WordPress plugin to implement secure bcrypt hashed passwords
File Explorer
Download Latest Version (.zip)- main.yml
- release.yml
- dependabot.yml
- class-phpass.php
- ApplicationPasswordTest.php
- EmptyApplicationPasswordTest.php
- RESTAPITest.php
- UserPasswordTest.php
- bootstrap.php
- Constants.php
- EmptyWPApplicationPasswords.php
- MocksWpdb.php
- MocksWpHasher.php
- TestCase.php
- TestCaseLegacy.php
- WPApplicationPasswords.php
- .editorconfig
- .gitattributes
- .gitignore
- CHANGELOG.md
- composer.json
- composer.lock
- CONTRIBUTING.md
- LICENSE.md
- phpcs.xml.dist
- phpunit.xml.dist
- README.md
- wp-password-bcrypt.php
# Installation Guide
1. Get the code
git clone https://github.com/roots/wp-password-bcrypt
Downloads the entire project code from GitHub to your computer.
cd wp-password-bcrypt
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
