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

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

Awesome Lists containing this project

README

          

![BruteForceDecryptPDF](https://github.com/CScorza/BruteForceDecriptPDF/assets/98583912/57eaa8a6-70a8-4aff-a324-e0cd07838b9d)

[![Telegram](https://img.shields.io/badge/Telegram-CScorza%20%22Indagini%20Telematiche%22-informational)](https://t.me/+kP_uYlc6-345Njc8)
[![**Manuali CScorza**](https://img.shields.io/badge/CScorza-Manuali-green)](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
```