An open API service indexing awesome lists of open source software.

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

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