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.
- Host: GitHub
- URL: https://github.com/krishbharadwaj5678/pdfsecure
- Owner: KrishBharadwaj5678
- Created: 2024-09-27T11:46:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-28T07:21:47.000Z (5 months ago)
- Last Synced: 2025-12-30T15:26:30.195Z (5 months ago)
- Topics: 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
- Language: Python
- Homepage: https://pdfsecure.streamlit.app/
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔐 PDF Secure
Welcome to **PDF Secure** your go to solution for encrypting and decrypting PDF passwords! 🛡️

## ✨ 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.