Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sidd0894/password-encryption-decryption-tool
- Owner: sidd0894
- License: mit
- Created: 2024-09-17T08:04:58.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T08:25:09.000Z (about 2 months ago)
- Last Synced: 2024-09-17T11:03:46.699Z (about 2 months ago)
- Topics: aes-encryption, cryptography, fernet-cryptography, fernet-decryption, fernet-encryption, hmac-sha256, password-encryption, password-encryptor, symmetric-encryption, symmetric-encryption-algorithm, symmetric-key-encryption
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```