Skip to content

sidd0894/Password-Encryption-Decryption-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Password Encryption/Decryption Tool

This is a terminal based password encryption/decryption tool.

About this Project

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.

How to run this project?

To run this follow the steps given below-

  1. Install python:
    Get python from python.org if you don't have it yet. This project is compatible with Python 3.x.

  2. 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>
    
  3. Navigate to the directory where the repository is saved in your system, and open terminal in that directory.

  4. Now run the command in the terminal:

    python pass-encrypt-decrypt.py