ofisser86 / passchecker

App checks if given passwords were leaked

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password checker App

Password checker app - for check if given passwords were leaked

Setup

Install environment and requirements

  1. Clone this repository: git clone https://github.com/ofisser86/passchecker.git
  2. cd into passchecker
  3. Install pipenv
  4. Install Python 3.*: pipenv --pyhon 3.*
  5. Launching subshell in virtual environment pipenv shell. If all went well then your command line prompt should now start with (passchecker)
  6. Generates Pipfile.lock
  7. Installs all packages specified in Pipfile.lock pipenv update

Create file passwords

  1. In the same directory as passcheck.py edit the file words.txt with list of your passwords
  2. Write passwords line by line
  3. Run python passchecker.py

To try the Passchecker App and check you password follow the link Run on Repl.it

Source code

About

App checks if given passwords were leaked


Languages

Language:Python 100.0%