freeCodeCamp/curriculum/challenges/english/09-information-security/information-security-projects/sha-1-password-cracker.md

1.6 KiB

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:

Instructions

Tests

tests:
  - text: 'It should pass all Python tests.'
    testString: ''

Challenge Seed

Solution

  # 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.