Skip to content

Instantly share code, notes, and snippets.

@CuzImBisonratte
Created December 17, 2021 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CuzImBisonratte/95ca9f358ee2c86eba5ab32e39b2d862 to your computer and use it in GitHub Desktop.
Save CuzImBisonratte/95ca9f358ee2c86eba5ab32e39b2d862 to your computer and use it in GitHub Desktop.
<?php
$password = password_hash($_POST['password'], PASSWORD_DEFAULT);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment