Encrypt is a versatile tool that allows you to add password protection to your PDF files, ensuring the security of your sensitive documents. It provides two convenient options: a command-line interface (CLI) and a Flask web application.
- Set a user password for opening PDF files
- Secure your confidential documents with ease
- Available as a CLI tool or a web application
- Install the required dependencies:
pip install flask
pip install PyPDF2To run the Flask web application, execute the following command:
flask run.pyOnce the server is running, you can access the web application through your preferred web browser.
To use the CLI version, run the following command:
python lockit.pyFollow the prompts to provide the input PDF file and set the desired password.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request on the project's GitHub repository.
This project is licensed under the MIT License.