DEV Community

What level is ATLOCK v4 actually at? An honest self-audit.

TL;DR - Not "finished." Not "toy project" either.

Somewhere in the middle, and here's an honest breakdown of exactly where, feature by feature - including what's genuinely solid and what still needs work. Most launch posts only show the highlight reel. This one's different - a real self-audit of where ATLOCK v4 stands right now, graded feature by feature.

๐Ÿ”’ System Lockdown - Production-grade

Low-level WH_KEYBOARD_LL hook, background watchdog killing Task Manager instantly, full input blocking. This has been battle-tested the most (including on myself, more than once). Solid.

๐Ÿ›ก File Guard - Advanced, still hardening

NTFS ACL manipulation at the OS permission layer - not a password wrapper. This is the most technically ambitious part of the project. Handle-lifecycle edge cases (already-open handles surviving an ACL change) are handled, but I wouldn't call this "battle-tested at scale" yet - it's been through my own extensive testing, not thousands of real-world environments.

๐Ÿ”‘ Password Vault - Rebuilt, cryptographically sound

AES (Fernet) + PBKDF2-HMAC-SHA256, 200,000 iterations. This is a real jump from v3's weak encoding scheme. The cryptography itself is standard and correct - I'm not rolling my own crypto, which is the right call at this stage.

๐Ÿ“ธ Intruder Ops - Functional, room to grow

Photo/video capture on failed attempts works reliably. What it doesn't have yet: any kind of ML-based false-positive filtering, or configurable sensitivity. It's a binary trigger right now, and that's fine for v4 - but it's not "smart" yet.

๐ŸŒ Distribution & Trust - Early-stage

No code signing yet (application submitted, pending review). No installer, no auto-update mechanism. This is the area furthest from "mature" - right now, trust is built entirely through transparency (open source, independent reviews) rather than infrastructure (signing, verified publisher status).

๐Ÿ“Š The Honest Scorecard

Component Level
System Lockdown Production-grade
File Guard Advanced, hardening in progress
Password Vault Cryptographically sound
Intruder Ops Functional, not yet "smart"
Distribution/Trust infra Early-stage

๐Ÿงญ What "done" would actually look like

  • Code-signed builds (in progress)
  • Auto-update mechanism
  • Broader real-world testing of File Guard across more NTFS configurations
  • Optional local-only usage analytics to know which features actually retain users, without any data leaving the device

None of that exists yet. ATLOCK v4 is real, working software - not a demo - but it's also not a finished product, and I'd rather say that directly than let the marketing outrun the code.

Why post this instead of just the highlight reel?

Because the version of this post that only lists strengths is indistinguishable from every other launch post, and this one isn't trying to be that. If you're evaluating whether to actually rely on this for something that matters, you deserve the real breakdown, not just the parts that sound impressive.

๐Ÿ”— GitHub: https://github.com/Akhouri-Anmol-Kumar/ATLOCK
๐Ÿ”— Direct Download ATLOCK: https://github.com/Akhouri-Anmol-Kumar/ATLOCK/releases/download/v4.0/ATLOCK.zip

If you've shipped something similar, where would you draw your own line between "solid" and "production-grade"? Genuinely curious where others set that bar.

"We Build What Other Forgot To Fix"

Comments

No comments yet. Start the discussion.