Coder Social home page Coder Social logo

abyted / locked Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 52 KB

It is a password manager offline built with python. So I can intrust my passwords to my password manager and not some random company.

License: Apache License 2.0

Python 100.00%
begginer-project json password-manager python-3

locked's Introduction


Locked - Offline Password Manager

Locked is an offline password manager application designed to securely store and manage passwords on desktop platforms using strong encryption methods. It ensures your passwords remain private and accessible only to you.

Features

  • Secure Storage: Utilizes AES-256 encryption to store passwords securely.
  • Offline Mode: Works without internet connectivity, ensuring your data stays local.
  • Cross-Platform: Supports Windows and macOS desktop platforms.
  • User-Friendly Interface: Simple and intuitive interface for easy password management.

Prerequisites

  • Python 3.x installed on your system.
  • Required Python packages (cryptography, tkinter).

Installation and Setup

  1. Clone the Repository:

    git clone https://github.com/AbyTed/Locked.git
    cd Locked
    
  2. Install Dependencies:

    pip install -r requirements.txt
    

Usage

  1. Run the Application:

    python main.py
    
  2. Adding Passwords:

    • Enter your username, password, and optionally a website name.
    • Click "Submit" to securely store your credentials.
  3. Retrieving Passwords:

    • Search for a specific website or scroll through your saved passwords.
    • Copy passwords directly from Locked to paste into login screens.
  4. Backup and Restore:

    • Backup your encrypted passwords locally or to a USB drive for safekeeping.
    • Restore from a backup file if needed.

Security

  • Master Password: Uses a strong master password for encryption key derivation.
  • Encryption: Implements AES-256 encryption for data security.
  • Backup: Encourages regular backups of encrypted password data.

Contributing

We welcome contributions to improve Locked. To contribute:

  • Fork the repository and clone it locally.
  • Create a new branch for your feature or bug fix.
  • Commit your changes and push to your fork.
  • Submit a pull request detailing your changes.

Please follow our Contribution Guidelines for more details.

License

Locked is licensed under the MIT License. See LICENSE for details.

Contact

For support or inquiries about Locked, please contact us at [email protected].


locked's People

Contributors

abyted avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar

locked's Issues

Code is too cluttered

Get rid of comments and make variable names make sense also have things in functions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.