Skip to content

Instantly share code, notes, and snippets.

@frantzmiccoli
Created June 6, 2019 15:24
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 frantzmiccoli/603ed005dfc3e7c033b8d622a4af7493 to your computer and use it in GitHub Desktop.
Save frantzmiccoli/603ed005dfc3e7c033b8d622a4af7493 to your computer and use it in GitHub Desktop.
echo "<?php echo password_hash('hello', PASSWORD_DEFAULT); echo \"\n\";" > test.php; php test.php; php test.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment