If at first you don't succeed, try, try, try again.
This is a simple command-line program that lets the user utilize different forms of password cracking techniques in order to gian access to password-protected files and folders. I created this knowledge to better my skills in python and to better understand the importance of security. This Tool was designed for learning purposes only.
- Python
- PyCharm
- Markdown
- Pipenv
- GitHub
Clone repository
$ git clone https://github.com/USERNAME/REPOSITORY
Unpack the contents of the repository into a directory and run pipenv install (no package names needed). Pipenv will read the Pipfile and Pipfile.lock files for the project, create the virtual environment, and install all of the dependencies as needed.
Inside Project folder run
pipenv shell
Run script
pipenv run python3 packer.py -h
Help Display
Outcome Display
- Wikipedia - Password Cracking
- Guru99 - How2
MIT License
- GitHub - KyReid