You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Git implementation in Swift for learning version control internals. Build your own Git from scratch with blob storage, staging area, commits, and binary index management. Perfect for developers who want to understand how Git actually works under the hood.
A GUI-based Python application that evaluates password strength using entropy calculation, checks against common wordlists, and validates if the password appeared in real-world data breaches using the Have I Been Pwned API.
This Python script checks whether a given password has been compromised in known data breaches using the Have I Been Pwned API. It hashes passwords using SHA-1 and ensures privacy by following the k-Anonymity model