adjust category title

This commit is contained in:
Mattias Nystrom
2021-08-06 15:00:02 +02:00
committed by GitHub
parent 21e3940f47
commit 514fc50789

View File

@@ -22,7 +22,7 @@ The users of Golem run the reference implementation in the form of the Rust impl
- [Machine Learning](#machine-learning)
- [Deep Learning](#deep-learning)
- [RNG](#rng)
- [Password Cracking](#password-cracking)
- [Password Recovery](#password-recovery)
- [DeFi](#defi)
- [User Interfaces](#user-interfaces)
- [Miscellaneous](#miscellaneous)
@@ -117,7 +117,7 @@ The users of Golem run the reference implementation in the form of the Rust impl
### RNG
- [Gandom](https://github.com/rezahsnz/gandom) - Extract random streams from providers. Supports two PRNGs, one based on Chaos machines and the other that makes use of Sodium.
### Password Cracking
### Password Recovery
- [Golem-JTR](https://github.com/hhio618/golem-jtr) - Run John The Ripper to recover a password.
- [Yacat](https://handbook.golem.network/requestor-tutorials/create-your-own-application-on-golem/the-steps-to-do) - Hashcat password-recovery step-by-step.