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

https://github.com/krishbharadwaj5678/pdfsecure

PDF Secure is your go to solution for encrypting and decrypting PDF passwords. Download your files securely and enjoy peace of mind knowing your documents are safe with PDF Secure.
https://github.com/krishbharadwaj5678/pdfsecure

deployment file-encryption file-security pdf pdf-decrypt pdf-encryption pdf-secure pdf-security pdf-tool pdf-tools pypdf2 python secure-document streamlit streamlit-webapp webapp

Last synced: about 2 months ago
JSON representation

PDF Secure is your go to solution for encrypting and decrypting PDF passwords. Download your files securely and enjoy peace of mind knowing your documents are safe with PDF Secure.

Awesome Lists containing this project

README

          

# 🔐 PDF Secure

Welcome to **PDF Secure** your go to solution for encrypting and decrypting PDF passwords! 🛡️

![PDFSecure](https://github.com/KrishBharadwaj5678/PDFSecure/raw/main/PDFSecure.png)

## ✨ Features

| Feature | Description |
|-----------------------------------|-----------------------------------------------------------------------------|
| 🔒 Encrypt PDFs | Protect your PDFs with strong password encryption |
| 🔓 Decrypt PDFs | Easily remove password protection from secured PDFs |
| 📂 Secure File Handling | Ensures your files are managed safely |
| 💻 Simple & Intuitive Interface | Easy to use, even for non-technical users |
| 🚀 Fast & Lightweight | Minimal dependencies and optimized for performance |
| 🧩 Cross-Platform Support | Works seamlessly on Windows, macOS, and Linux |

---

## 🧰 Tech Stack

| Technology | Description |
|------------|-------------------------------------------------|
| 🐍 Python | Core programming language used for development |
| 📊 Streamlit | Frontend interface for an interactive web app |
| 📄 PyPDF2 | Library used for encrypting, and decrypting PDF |

---

## 📦 Installation

1. Clone the repository:

```bash
git clone https://github.com/KrishBharadwaj5678/PDFSecure.git
cd PDFSecure
```

2. Install dependencies:

```bash
pip install -r requirements.txt
```

3) Run the app locally with Streamlit:

```bash
streamlit run app.py
```

---

## Contributing 🤝

Want to contribute? Here's how:

1. 🍴 Fork the repository.
2. 🌿 Create a new branch (`git checkout -b feature-name`).
3. ✍️ Make your changes and commit them (`git commit -am 'Add feature-name'`).
4. 🚀 Push to your branch (`git push origin feature-name`).
5. 🔄 Submit a pull request to merge into the main branch.