Skip to content

RobinBoucherSec/Cracking-hashes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

75 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎯 Cracking Hashes

πŸ“ Description

Here we will generate hashes and then we will crack them just like if it was some stolen passwords.

🎯 Objective

This lab aime to build foundational knowledge in password security, improve technical documentation skills, and develop a structured approach to using cybersecurity tools effectively in both offensive and defensive contexts.

πŸ”§ Tools Used

  • Kali Linux
  • Hashcat
  • Tools to identify hash types based on format
  • Tools to generate hashes
  • rockyou.txt wordlist for dictionary attacks

πŸ’‘ Skills Learned

  • Generated hashes using multiple algorithms
  • Identified hash types
  • Cracking hashes
  • Understood how salts affect hash uniqueness
  • Improved Python one-liners and Linux commands
  • Documented technical processes clearly and systematically

Summery

This project taught me how to identify and crack various hash types using Hashcat and other tools. Challenges included recognizing bcrypt hashes without reliable tool support and troubleshooting file and command formatting. I learned how salts protect passwords and improved both my Linux command skills and technical documentation.

πŸ”™ Back to Portfolio

⬅️ Back to my Cybersecurity Portfolio