Created
June 6, 2019 15:24
-
-
Save frantzmiccoli/603ed005dfc3e7c033b8d622a4af7493 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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