Skip to content

Latest commit

 

History

History
87 lines (68 loc) · 4.02 KB

File metadata and controls

87 lines (68 loc) · 4.02 KB
layout default
title 🔒 cipher-vault - Secure Your Passwords Easily
description 🔐 Securely manage your passwords with Cipher Vault, a lightweight Python CLI tool that encrypts and stores your login information safely.

🔒 cipher-vault - Secure Your Passwords Easily

Download Now

🚀 Getting Started

Welcome to cipher-vault! This is a simple password manager that uses secure encryption to keep your passwords safe. With this tool, you can manage your passwords securely and easily through a command line interface.

📦 System Requirements

To run cipher-vault, you'll need:

  • A computer with Windows, macOS, or Linux.
  • Python 3.6 or higher installed on your system.
  • Basic command line knowledge (commands will be provided).

📥 Download & Install

To get started with cipher-vault, visit the following page to download the application:
Download cipher-vault

  1. Click on the Releases section on the page.
  2. Choose the latest version from the list.
  3. Download the appropriate file for your operating system.

After downloading:

  • If you are using Windows, locate the .exe file and double-click it to run.
  • For macOS and Linux, open your terminal and navigate to the folder containing the downloaded file. Use the command: python3 cipher_vault.py to start the program.

🔑 Features

cipher-vault offers several features to ensure your passwords remain protected:

  • XOR Cipher Encryption: This method helps safely encrypt your passwords.
  • User-friendly Interface: Even if you're not familiar with command line tools, you can easily manage your passwords.
  • Data Security: Your data is encrypted locally, ensuring privacy and security.
  • Password Storage: Store multiple passwords in a secure and organized way.

🛠️ How to Use cipher-vault

Once you have installed cipher-vault, here’s how to use it:

Step 1: Open the Command Line

  • Windows: Press Win + R, type cmd, and hit Enter.
  • macOS: Open Terminal from your Applications.
  • Linux: Open your preferred terminal.

Step 2: Navigate to the Folder

Use the cd command followed by the folder path where cipher-vault is located. For example:

cd /path/to/cipher-vault

Step 3: Run the Application

Type the following command:

python3 cipher_vault.py

This will start the cipher-vault application.

Step 4: Add Your Password

  1. Once the application runs, you can add a password by selecting the option to add a new entry.
  2. Enter the service name and your password when prompted.

Step 5: Retrieve Your Password

To retrieve a password, choose the option to view stored passwords and select the service you want.

🔍 Troubleshooting

If you encounter issues while running cipher-vault, here are a few steps you can take:

  • Ensure Python is installed and added to your system's PATH.
  • Check that you are using the correct command syntax.
  • If you have questions, you can check the Issues section of our GitHub page for more help.

📘 Frequently Asked Questions

Q: Is my data really secure?
A: Yes, your passwords are encrypted using XOR cipher, which keeps them safe from unauthorized access.

Q: Can I use cipher-vault on my phone?
A: Currently, cipher-vault is designed for desktop use and does not have an official mobile version.

Q: Do I need to be online to use cipher-vault?
A: No, once downloaded, you can use cipher-vault offline without any internet connection.

📞 Support

If you need help or have questions, feel free to reach out:

  • Open an issue on our GitHub page under the Issues section.
  • Check the Wiki for additional guides and tips.

Thank you for using cipher-vault! Your security is our priority. Visit the Download page to get started.