Skip to content

Instantly share code, notes, and snippets.

@estebancastro
Last active August 22, 2021 06:54
Show Gist options
  • Save estebancastro/0450d5440379aed139f03f2563d04766 to your computer and use it in GitHub Desktop.
Save estebancastro/0450d5440379aed139f03f2563d04766 to your computer and use it in GitHub Desktop.
Craft password/hash combos
|--------------|---------------------------------------------------------------|
| *Password* | *Resulting Hash* |
|--------------|---------------------------------------------------------------|
| password | $2y$13$i1fEVeKiboWR/Hx07N9JtuSZj46KNueAg0IgpwL2TId0sXN.oyibC |
|--------------|---------------------------------------------------------------|
| NewPassword | $2y$13$YA.7RIgllODUDcmQPf/.FuXjOmKJYot5QxpFhhf4og9fdJWsIPWK6 |
|--------------|---------------------------------------------------------------|
| admin | $2y$13$Nlvh.kEu8FLIITusfjzQgOIIDryqLnJ3TsV/1UINRCFLfVnjJtILK |
|--------------|---------------------------------------------------------------|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment