Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -8,5 +8,22 @@ sdk_version: 1.38.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
+
# GVA Password Cracker
|
12 |
+
|
13 |
+
A simple Streamlit application for cracking passwords.
|
14 |
+
|
15 |
+
## Usage
|
16 |
+
|
17 |
+
1. Run the app using Streamlit.
|
18 |
+
2. Click on the "Crack Password" button to start the cracking process.
|
19 |
+
3. View the cracked password in the output.
|
20 |
+
|
21 |
+
## Requirements
|
22 |
+
|
23 |
+
- Python 3.x
|
24 |
+
- Streamlit
|
25 |
+
|
26 |
+
Install dependencies with:
|
27 |
+
|
28 |
|
29 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|