@triple-colons on TungstenScore
TungstenScore (v0.5.1)
TungstenScore is a lightweight, open-source security assessment tool for Windows.
It checks important Windows security settings and gives your system a security score, making it easier to understand how well your PC is protected and what could be improved.
One of the hardest parts of building TungstenScore was working with the Windows APIs and reading security-related information from the Windows Registry. Different security features expose their state in different ways, so figuring out how to reliably retrieve and interpret that information was one of the biggest challenges during development.
What I’m most proud of, though, is the structure of the project. TungstenScore still has a relatively small set of features, but I focused on making its foundation small, solid, and extensible. New security checks and other features can be added without having to redesign the entire application. Building that solid foundation is probably the part of this project I’m most proud of.
TungstenScore is still under development, and I plan to add more security checks and improve the scoring system over time.
You can now try TungstenScore yourself! You can download a pre-built version from my website, or download the source code and build it yourself using Cargo.
Language note: English is not my native language, and I’m not very confident writing in English yet. I originally wrote this devlog in Korean and used an AI tool to help translate it into English.
- 7 devlogs
- 12h