GithubHelp home page GithubHelp logo

passgify's Introduction

Build Status

Passgify

A tool to deterministically generate pseudo-random passwords.

Running Passgify

Install Instructions

  • Download repo
  • cd passgify
  • sudo python setup.py install
  • Run: pg -h

Run Example (Post-Install)

From the command line use pg -h to get the help menu for passgify

You might for example enter pg yelp to generate a password for your account on yelp.com.

Configuration File and Secret Key

If it's your first time running passgify, you will be asked to choose values that will be used by passgify when generating your password (e.g. the default password prefix). For example: Choose default Password LENGTH [32]: These values will be saved to a configuration file. You can leave the answers blank to accept the default values shown in brackets (e.g. a default length of 32). Consider saving a backup copy of your configuration files, since if you lose your configuration file or secret key (discussed below), you will have no way to correctly regenerate passwords created by passgify.

Every time you run passgify, you will be asked to enter your Secret Key (i.e. "Master Password") in order to generate passwords. If you enter the wrong Secret Key, passgify will not generate any error message. It will simply generate an incorrect password.

FAQs

  • How do you pronounce "passgify"?
    • Passgify is pronounced like "pacify", but with a 'g' instead of a 'c' sound

Dev Instructions

  • Download repo
  • cd passgify
  • (On OSX) sudo easy_install pip && sudo pip install -r requirements.txt
  • make test

Dev Tools used in this Project

  • git for source/version control
    • Update .gitignore with files that shoud not be tracked
  • Makefile for running commands
    • make test runs tests against the source code
    • make clean removes extra files under the root of this project that are generated by tools
  • pre-commit for code style enforcement
    • .pre-commit_config.yaml specifies the code style rules that will be enforced as githooks
    • Running pre-commit will often automatically fix code style errors
    • make test first runs pre-commit against all files tracked by git
  • tox for running code tests in virtual environments (virtualenv's)
    • tox.ini instructs tox to run tests placed in the tests directory using python2.7
    • make test runs tox after running pre-commit
  • coverage for measuring code coverage of Python tests
    • tox invokes coverage (as specified in tox.ini)

passgify's People

Watchers

James Cloos avatar Brian Frisbie avatar  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.