Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sidd0894/password-encryption-decryption-tool

Terminal based password encryption/decryption tool
https://github.com/sidd0894/password-encryption-decryption-tool

aes-encryption cryptography fernet-cryptography fernet-decryption fernet-encryption hmac-sha256 password-encryption password-encryptor symmetric-encryption symmetric-encryption-algorithm symmetric-key-encryption

Last synced: 9 days ago
JSON representation

Terminal based password encryption/decryption tool

Awesome Lists containing this project

README

        

# 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](https://www.python.org/downloads/) 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
```

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
```