jlittlejohn
5/31/2013 - 2:41 PM

PHP: Hashing API

PHP: Hashing API

<?php
  $hash = password_hash($password, PASSWORD_BCRYPT, ['cost' => 20]);
?>