Skip to content

Réalisation d’un programme de recherche de mot de passe à l’image de l’outil John de Ripper de Kali Linux.

License

Notifications You must be signed in to change notification settings

eugene-seb/John-the-Ripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Securite Mot de Passe — Password Recovery Research Project

Small Java project inspired by John the Ripper. The goal is to provide a program that helps recover plain-text passwords from hashes using wordlists and configurable cracking strategies. This repository contains a JavaFX GUI and core logic implemented in Java.

Features

  • Simple JavaFX GUI launcher with hash history and wordlist support.
  • Wordlist-driven password candidate generation.
  • Educational codebase for learning password-recovery techniques.

Quick Links

Prerequisites

  • JDK 8 (project originally developed for Java 8 / JavaFX on that platform)
  • Maven 3.x for building (optional if running inside an IDE)

Build & Run

  • From an IDE (recommended for development): open the project and run the MainApp class.
  • Build with Maven:
mvn clean package
  • If an artifact JAR is produced, run it with:
java -jar path/to/Securite_Mot_de_Passe.jar

Notes

  • In this project some parts are for demonstration and learning rather than production use.

Resources

  • Wordlists and other assets are under the ressource/ directory.

License

  • See the LICENSE file in the project root.

Contributing / Running

  • This is an educational repository. If you make improvements (tests, modernize to newer Java, document algorithms), please open a PR or keep your own fork.

Merci / Thanks — Eugène ETOUNDI

About

Réalisation d’un programme de recherche de mot de passe à l’image de l’outil John de Ripper de Kali Linux.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published