Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Liam Hanrahan

@LiamHanrahan
  • Rook Password Cracker

    Cover page
    Made with Node.js
    Recent comments (2)
    LiamHanrahan
    LiamHanrahan
    1 year ago

    My adventure into password cracking!

    I took a little adventure into cracking hashes! This little program supports the sha256, sha512, argon2d, argon2i, and argon2id hashing algorithms. I downloaded a list of the top 1000 most common passwords and implemented character substitution to generate variations like password -> [email protected]$w0rD. Of course most secure databases nowadays will use a salt making this cracker not all too useful yet.

    What you'll see:

    If you peer into the code you'll see a password being hashed and added to a list which the cracker then tries to crack. Even though the program is running on only a replit it can still crack the password pretty fast when using sha 256. Argon2 takes much longer as it is a stronger hashing algorithm, so I commented that part out.

    I don't plan on expanding this program however I might get around to it in my free time.

Repls
Community
LiamHanrahan
LiamHanrahan
published an Update
1 year ago
9
Rook Password Cracker
Rook Password Cracker
Cracking Passwords with Rook!
My adventure into password cracking! I took a little adventure into cracking hashes! This little program supports the sha256, sha512, argon2d, argon2i, and argon2id hashing algorithms. I downloaded a list of the top 1000 most common passwords and implemented character substitution to generate variations like password -> [email protected]$w0rD. Of course most secure databases nowadays will use a salt making this cracker not all too useful yet. What you'll see: If you peer into the code you'll see a password being hashed and added to a list which the cracker then tries to crack. Even though the program is running on only a replit it can still crack the password pretty fast when using sha 256. Argon2 takes much longer as it is a stronger hashing algorithm, so I commented that part out. I don't plan on expanding this program however I might get around to it in my free time.
UtkMcpe78
UtkMcpe78
@LiamHanrahan Cool1 year ago
#apps
#javascript
#encryption
+2
LiamHanrahan
LiamHanrahan
published a Repl
1 year ago
1
Boomjitsu
Boomjitsu
IroncladDev
IroncladDev
Wow! Very interesting game! Great job!1 year ago