An Advanced Tool to Crack Any Password Protected ZIP File With different Techniques. A very Beginner Friendly Script For Newbies.
-
Updated
Jan 27, 2023 - Python
An Advanced Tool to Crack Any Password Protected ZIP File With different Techniques. A very Beginner Friendly Script For Newbies.
Improved password security policy
This Repo Contains my Security Tools coded from Python.
A simple passwording cracking tool that uses the CPU, therefore results in slower cracking times than GPU alternatives. Mostly designed as a proof of concept.
This is a quick demonstration of how authentication shouldn't use strcmp (or other non-time-compensated methods)
Brute Force attack is Technique that guesses the passwords by trying random combinations.
HashCracker is a small Python project that demonstrates basic password hashing and cracking functionality using SHA-256. It consists of two scripts - hasher.py and cracker.py - that generate hashed password files from a list of passwords and attempt to crack them, respectively.
It's 2 application : a generator of password that can be custom and a solver that will find the password.
Check-password-in-javascript-validation
Information Security and Privacy Assignment at NYU
A virtual experience programme which required me to analyze passwords and their hashes. Proposed controls and policies to make cracking harder for hackers in case of a password database leak.
I wrote this Python script based on the Turbo Intruder Burp Suite extension. It enables similar action as Turbo Intruder, but from the cmd line. Included are two folders: one with a list of usernames, (emails), and the other is a collection of passwords. Feel free to submit a push request for any additional improvements.
Simple python script that can crack ZIP FILE's password!
Add a description, image, and links to the passwordcracking topic page so that developers can more easily learn about it.
To associate your repository with the passwordcracking topic, visit your repo's landing page and select "manage topics."