Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mayurilahane
Last active January 24, 2020 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayurilahane/31f0c97a5875c44f73f62010a8be43d2 to your computer and use it in GitHub Desktop.
Save mayurilahane/31f0c97a5875c44f73f62010a8be43d2 to your computer and use it in GitHub Desktop.
pygenpass - Password generator and manager.

PythonPune

This is command line password generator and manager tool. This tool helps to create new password or save existing passwords.

Used Libraries

  • Introduction
  • First small contribution
  • Use of diceware in pygenpass
  • API link of diceware
    • Generating password using get_passphrase()
      • Enhancements using Diceware for PyGenpass
        • Adding new feature to ask user about list of words and provide list of words to generate passwords
        • User should be able to provide special characters and numbers to add in password

User Interface

  • Existing Features
    • Generate password
    • Save generated password or existing password
    • Show saved passwords
  • Expected Features
    • Password saved in database should be encrypted

Contributions are welcome!

Questions and Suggestions are welcome - 10min

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment