Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Strength Checker

Небольшой CLI tool на Python для проверки сложности паролей.

Что умеет

  • entropy check
  • strength score
  • поиск слабых паттернов
  • dictionary check
  • анализ символов

Запуск

python passchecker.py "mypassword123"

python passchecker.py "mypassword123" -d wordlist.txt

Score: 72/100
Strength: GOOD

Зависимости

Python 3.7+

TODO
better ui
export results
more patterns

About

CLI password checker made for learning crypto basics and security concepts

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages