Files
freeCodeCamp/curriculum/challenges/english/09-information-security/information-security-projects/sha-1-password-cracker.md
Oliver Eyton-Williams 0bd52f8bd1 Feat: add new Markdown parser (#39800)
and change all the challenges to new `md` format.
2020-11-27 10:02:05 -08:00

1.3 KiB

id, title, challengeType, helpCategory
id title challengeType helpCategory
5e46f983ac417301a38fb933 SHA-1 Password Cracker 10 Python

--description--

For this project you will learn about the importance of good security by creating a password cracker to figure out passwords that were hashed using SHA-1.

You can access the full project description and starter code on Repl.it.

After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below.

We are still developing the interactive instructional part of the Python curriculum. For now, here are some videos on the freeCodeCamp.org YouTube channel that will teach you some of the Python skills required for this project:

--hints--

It should pass all Python tests.


--seed--

--solutions--

  # Python challenges don't need solutions,
  # because they would need to be tested against a full working project.
  # Please check our contributing guidelines to learn more.