Add scrypt content for back-end roadmap (#1267)
This commit is contained in:
@ -1 +1,6 @@
|
||||
# Scrypt
|
||||
# Scrypt
|
||||
|
||||
Scrypt (pronounced "ess crypt") is a password hashing function (like bcrypt). It is designed to use a lot of hardware, which makes brute-force attacks more difficult. Scrypt is mainly used as a proof-of-work algorithm for cryptocurrencies.
|
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://en.wikipedia.org/wiki/Scrypt'>Wikipedia - Scrypt</BadgeLink>
|
||||
|
Reference in New Issue
Block a user