Files
freeCodeCamp/curriculum/challenges/chinese/09-information-security/information-security-projects/sha-1-password-cracker.md
2021-07-15 13:04:11 +05:30

1.3 KiB
Raw Blame History

id, title, challengeType, forumTopicId, helpCategory, dashedName
id title challengeType forumTopicId helpCategory dashedName
5e46f983ac417301a38fb933 SHA-1 密码破解器 10 462374 Python sha-1-password-cracker

--description--

在这个项目中,你将通过创建一个密码破解器来找出使用 SHA-1 散列的密码,从而了解到良好安全的重要性。

你可以访问 Replit 上的完整项目描述和启动代码

进入该链接后fork 该项目。 一旦你根据 “README.md” 中的说明完成了项目,请在下面提交你的项目链接。

我们仍在开发 Python 课程的交互式教学部分。 目前freeCodeCamp.org YouTube 频道上的一些视频可以教你这个项目所需的一些 Python 技能。

--hints--

它应该通过所有的 Python 测试。


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