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 e468763346
commit fb79348426

View File

@ -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>