Last active
November 4, 2023 22:36
-
-
Save spy86/b79cc48b8de80bba0f612626ba64d77a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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