An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: password-cracking-and-hash-cracking

migueltc13/TryHackMe

Master cybersecurity skills with this TryHackMe free path, includes a collection of my write-ups, solutions and progress tracking.

Language: Shell - Size: 2.68 MB - Last synced at: 2 days ago - Pushed at: 6 months ago - Stars: 282 - Forks: 145

FilipRokita/CRACKSHA256

This Python program, called CRACKSHA256, is a simple SHA256 hash cracker that takes a SHA256 hash and a wordlist as inputs. It attempts to crack the hash by iterating over each word in the wordlist, encoding it, and hashing it using SHA256. If successful, it prints the word that was used to generate the hash.

Language: Python - Size: 40 KB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 4 - Forks: 2