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

1.3 KiB
Raw Blame History

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.