https://github.com/hawshemi/sha-1-password-cracker-freecodecamp
SHA-1 Password Cracker Freecodecamp
https://github.com/hawshemi/sha-1-password-cracker-freecodecamp
freecodecamp freecodecamp-project
Last synced: 11 months ago
JSON representation
SHA-1 Password Cracker Freecodecamp
- Host: GitHub
- URL: https://github.com/hawshemi/sha-1-password-cracker-freecodecamp
- Owner: hawshemi
- Created: 2023-09-19T07:06:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T09:28:59.000Z (over 2 years ago)
- Last Synced: 2025-04-10T09:04:53.531Z (about 1 year ago)
- Topics: freecodecamp, freecodecamp-project
- Language: Python
- Homepage: https://replit.com/@hawshemi/SHA-1-password-cracker-freecodecamp
- Size: 43.9 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [SHA-1 Password Cracker](https://www.freecodecamp.org/learn/information-security/information-security-projects/sha-1-password-cracker)
## Live: https://replit.com/@hawshemi/SHA-1-password-cracker-freecodecamp
For running locally create a file named `.env` with the code below:
```
PORT:3000
NODE_ENV=test
```