Skip to content

Instantly share code, notes, and snippets.

@spy86
Last active November 4, 2023 22:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spy86/b79cc48b8de80bba0f612626ba64d77a to your computer and use it in GitHub Desktop.
Save spy86/b79cc48b8de80bba0f612626ba64d77a to your computer and use it in GitHub Desktop.
Protection method Is safety ? Examle password
plain text insecure example:P@ssw0rd_123
crypt insecure example:$1$Z4iyFnl/$ZdbNEw8wcJeFkJmUUmQ6E1
sha1 insecure example:5b50e3ae27d51c44da3cee51552aa6f7cb805a56
apr1 insecure example:$apr1$8MMhB4DE$/r/lY2CQQgj61xPO7mBXu/
bcrypt secure example:$2y$12$dNP9/NOZg.My1a474if36eSk6TCFYyIKfHAWTKkCG.FJQjwHsrSVi
SHA512 secure example:453d6168242737b3b1b9f3fb360c8d1afc00a349abe6b617a6c4e57f14a38f400c83e0468d41350c2d3483d8a76b8789a6ac2ad9d63893c208785f8535a89241
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment