Skip to content

Instantly share code, notes, and snippets.

@Indigo744
Indigo744 / bcrypt_cost_calculator.php
Last active November 19, 2023 07:23 — forked from Antnee/password_hash_cost_calculator.php
PHP BCRYPT cost calculator
<?php
/**
* Password BCRYPT Hash Cost Calculator
*
* Just upload this script to your server and run it, either through CLI or by calling it in your browser.
*
* You should choose a cost that will take at least 100ms
*/
// Upper time limit to check