1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Add scrypt content for back-end roadmap (#1267)

This commit is contained in:
Gustavo Ribeiro
2022-05-21 13:57:31 -03:00
committed by GitHub
parent 42f15d51d5
commit 66273dc036

View File

@@ -1 +1,6 @@
# 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>