https://github.com/cscorza/bruteforcedecryptpdf
Decriptazione di un file PDF con calcolo del Tempo - Hash - Metadati
https://github.com/cscorza/bruteforcedecryptpdf
decryption dictionary file password pdf python python3
Last synced: 3 months ago
JSON representation
Decriptazione di un file PDF con calcolo del Tempo - Hash - Metadati
- Host: GitHub
- URL: https://github.com/cscorza/bruteforcedecryptpdf
- Owner: CScorza
- License: gpl-3.0
- Created: 2023-05-18T09:44:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T10:50:09.000Z (over 2 years ago)
- Last Synced: 2025-04-06T00:24:04.553Z (9 months ago)
- Topics: decryption, dictionary, file, password, pdf, python, python3
- Language: Python
- Homepage: https://cscorza.github.io/CScorza/
- Size: 303 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://t.me/+kP_uYlc6-345Njc8)
[](https://drive.google.com/drive/folders/14jbOwS4GBSJhXP2BJk-TFCSMIzbZLBlj?usp=share_link)
### Decriptazione di un file PDF con calcolo Tempo - Hash - Metadati
**With PyPI**
**🛠️ Installare pacchetti**
```
sudo apt install pyton3-pip
pip install PyPDF2
pip install pycryptodome
```
**📂 Aprire la cartella e avviare terminale dalla cartella**
```
cd BruteForceDecryptPDF
```
**📂 All'interno della cartella:**
```
- PDF d'esempio
- Dizionario d'esempio
- Codice python - BFDecryptPDF.py
```
**🔄 All'interno della cartella cambiare:**
```
- Il Pdf (cambiare il nome del file "relazione.pdf")
- Dizionario.txt (cambiare il nome del file del dizionario "password.txt")
```
**Avviare Tool**
```
python BFDecryptPDF.py
```