This is a terminal based password encryption/decryption tool.
This project offers an easy tool for encrypting and decrypting passwords using the Fernet
symmetric encryption method from the cryptography
library. It helps users safely store encrypted passwords and handle encryption keys.
To run this follow the steps given below-
-
Install python:
Get python from python.org if you don't have it yet. This project is compatible with Python 3.x. -
Download or Clone the Repository:
Download the zip of this repository from the green 'Code' button on top or you can clone this repository using the following command:git clone <repository-url>
-
Navigate to the directory where the repository is saved in your system, and open terminal in that directory.
-
Now run the command in the terminal:
python pass-encrypt-decrypt.py