Giter Site home page Giter Site logo

pa55g3n's Introduction

Pa55G3n

A simple free password manager.

How to use

  1. Clone the repository
  2. Run python3 setup.py install (As a privileged user)
  3. Run python3 Pa55G3n.py
  4. Run the application
  5. Enjoy

Features

  • Generate a password with a given length and complexity.
  • Store the passwords in a file.
  • Search for passwords.
  • Run the application in a terminal using arguments.
  • Store multiple credentials of the same app in the same json object.
  • Update and delete passwords.
  • Encrypt and decrypt the passwords using master password.
  • 2FA / MFA.
  • SQLite, MySQL & MongoDB support.
  • Upload the passwords from a file to db or the other way around.
  • Deploy and test security measures (e.g. buffer overflow,bruteforce, canary, etc).
  • GUI.
  • Browser extension.

Usage

  • Generate a password
    • python3 Pa55G3n.py [-g | --generate -c | --complexity] 1-4 (Generate a password with a given complexity and with length 8)
    • python3 Pa55G3n.py [-g | --generate -l | --length] 8 [-c | --complexity] 1-4 (Generate a password with a given length and complexity)
    • python3 Pa55G3n.py [-g | --generate -l | --length] 8 [-c | --complexity] 1-4 [-s | --save] (Generate a password with a given length and complexity and save)
  • Show saved passwords
    • python3 Pa55G3n.py [-p | --print]
  • Search for a password
    • python3 Pa55G3n.py [-f | --find] <search_term>
  • Show help
    • python3 Pa55G3n.py [-h | --help]
  • show version
    • python3 Pa55G3n.py [-v | --version]

pa55g3n's People

Contributors

moroccantea avatar

Stargazers

 avatar

Watchers

 avatar

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.