Skip to content

πŸ”’ Bitwarden Password Manager is a secure and lightweight command-line tool written in Python for managing and generating strong passwords. Simplify your password management with Bitwarden!

License

Notifications You must be signed in to change notification settings

Vikranth3140/BitCrypt

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

54 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

BiCrypt Password Manager

BiCrypt Password Manager is a secure and lightweight command-line password manager written in Python. It allows users to securely store, generate and manage their passwords.

Features

  • User-Friendly: Simple and intuitive command-line interface for easy navigation.
  • Secure Authentication: Protect your passwords with robust user authentication.
  • Password Generation: Generate strong and unique passwords effortlessly.
  • Efficient Searching: Quickly find and retrieve passwords when you need them.
bitwarden-1 bitwarden-2

Prerequisites

  • Python 3.x
  • Python Libraries
    • cryptography: Used for encryption and decryption of passwords.
    • colorama: Adds color to the terminal for a better user experience.
    • getpass4: Enhances the password input functionality.
    • sockets: Handles communication between the server and client.
    • bcrypt: Ensures secure password hashing.

Getting Started

  1. Clone the repository:

    git clone https://github.com/Vikranth3140/BitCrypt.git
  2. Change the directory to the main source:

    cd src
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the application:

    python main.py

Usage

Follow the on-screen instructions to navigate through the application. You can sign up, log in, add passwords, generate strong passwords, and search for existing passwords.

File Structure

Bitwarden

β”œβ”€β”€ src
|    β”œβ”€β”€ main.py
|    β”œβ”€β”€ login.py
|    β”œβ”€β”€ file_transfer.py
|    β”œβ”€β”€ password.py
β”œβ”€β”€ data 
|    β”œβ”€β”€ password.json
|    β”œβ”€β”€ key.key
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ LICENSE.md
β”œβ”€β”€ README.md
  • src: Contains the main source code files.

    • main.py: The main script to run the Bitwarden Password Manager.
    • login.py: Handles user authentication and registration.
    • file_transfer.py: Provides functionality for transferring files between the server and client.
    • password.py: Manages password-related functionality, including password generation.
  • data: Stores data files used by the application.

    • password.json: JSON file for storing user data.
    • key.key: Key file for encryption.
  • requirements.txt: Lists the required dependencies for the project.

  • LICENSE.md: The license file for the project.

  • README.md: The main README file with information about the project.

Contributing

Welcome to contribute to Bitwarden Password Manager! Feel free to fork the repository and suggest any improvements. To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push the changes to your fork.
  5. Submit a pull request.

Thank you for your contributions!

License

This project is licensed under the MIT License.

Author

Harsh Mistry
Vikranth Udandarao
Armaan Singh

About

πŸ”’ Bitwarden Password Manager is a secure and lightweight command-line tool written in Python for managing and generating strong passwords. Simplify your password management with Bitwarden!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%