Skip to content

horrorclause/THM_Thousand_Hashes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

THM_Thousand_Hashes

This is a python 3 script for solving task #10 of WithYouWithMe's brickathon: The Brickathon Preseason

Enter string that needs to be hashed. It will be hashed through five algorithms in the following order "n" iterations set by you:

  • SHA512 -> MD5 -> SHA256 -> SHA1 -> SHA224
  • The string you input, number of cycles, and final hash (SHA224) is displayed:

    image

    About

    This is a python 3 script for solving task #10 of WithYouWithMe's brickathon (https://tryhackme.com/room/thebrickathonpreseasonvi)

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages