Secure Logins, Everywhere.

Published on | Last updated on

Browser password managers are great, until you need to log into a desktop app. I built a local vault that encrypts your data and "types" your credentials into any software instantly.

Desktop-First Automation

Designed to fill the gap left by standard managers, this tool focuses on speed, privacy, and universal compatibility with any Windows application.

🔐

Local Encryption

Your credentials never touch the cloud. Everything is stored locally using 128-bit AES encryption via the Fernet library.

⌨️

Precision Typing

The tool simulates keystrokes at a 0.03-second interval, ensuring compatibility even with laggy or sensitive login fields.

📌

Always on Top

The minimalist UI stays floating above your other windows, so it's ready the moment a login prompt appears.

How I Actually Use It

1

The Full Auto-Fill

Clicking the account name triggers a macro: it clears the current field, types your username, hits 'Tab', types your password, and hits 'Enter'.

2

Password-Only Mode

Using the 🔑 icon lets you bypass the username step—perfect for secondary security prompts or specialized banking apps.

Why I Built This

I was tired of the "Digital Scavenger Hunt"—switching between my browser and desktop tools just to copy-paste a password. I wanted something that felt like a native part of Windows.

By using CustomTkinter for a modern UI and PyAutoGUI for the heavy lifting, I created a vault that respects your privacy. I even added a Wipe Data button that nukes the encrypted data file from your drive, giving you ultimate control over your information.

Ready to Automate Your Logins?

Download 'Credential Manager' today and stop typing passwords for good. It's offline, secure, and fast.

💾 Get 'Credential Manager' on Ko-fi
""" with open("credential-manager-blog.html", "w", encoding="utf-8") as f: f.write(html_content)