Skip to content

Awesomeplayer165/Simple-Password-Break-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Simple-Password-Break-in-Python

A simple password breaching system written for Python.

This demonstrates:

  • How the comparison (==) function works in Python in a real-world cenario.
  • How not to write a login password database system in any project

This can:

  • Crack a password no more than 32 characters long
  • Crack passwords that contains the alphabet, numbers, and spaces

This can't:

  • Crack more than 32 characters long
  • Crack special characters, including but not limited to #$%^&*(.

Created and Maintained by:

Jacob Trentini

About

A simple password breaching system written in Python

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages