Welcome to PDF Secure your go to solution for encrypting and decrypting PDF passwords! 🛡️
| 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 |
| 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 |
-
Clone the repository:
git clone https://github.com/KrishBharadwaj5678/PDFSecure.git cd PDFSecure -
Install dependencies:
pip install -r requirements.txt
-
Run the app locally with Streamlit:
streamlit run app.py
Want to contribute? Here's how:
- 🍴 Fork the repository.
- 🌿 Create a new branch (
git checkout -b feature-name). - ✍️ Make your changes and commit them (
git commit -am 'Add feature-name'). - 🚀 Push to your branch (
git push origin feature-name). - 🔄 Submit a pull request to merge into the main branch.
