-
Notifications
You must be signed in to change notification settings - Fork 511
Description
Cryptographic hashing
Watch What is Hashing on the Blockchain? (Est. time: 5 minutes)
Read What is Hashing in Blockchain?. (Est. time: 9 minutes)
https://learn.bybit.com/blockchain/what-is-hashing-in-blockchain/
Password Storage and Security
Blockchain employs hashing to store passwords securely, safeguarding user data and prohibiting unauthorized account access. When a user creates an account or sets a password, the password is hashed using a cryptographic algorithm, and the resulting hash is then stored in the blockchain instead of the actual password. When a user attempts to log in, the entered password is hashed using the same algorithm, and the resulting hash is compared to the stored hash in the blockchain. The hashes are compared. If they match, the user is granted access..