Back to Home

youshallnotpassword

Verified Safe

by adamtpang

Overview

This project provides a local-first system combining a Chrome extension and an MCP server to help users systematically identify, generate, and track fixes for reused and weak passwords with optional AI assistance from Claude Desktop.

Installation

Run Command
No command provided

Security Notes

The project prioritizes security by storing no plaintext passwords, using SHA-256 for comparison, generating passwords cryptographically (`crypto.randomBytes()`), and keeping all data and processing local ('No Cloud Storage'). Communication between the Chrome extension and MCP server, and between the MCP server and Claude Desktop, occurs locally (stdio), minimizing network exposure. Progress tracking is stored encrypted in Chrome's local storage.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-11-17

Tags

Password ManagementChrome ExtensionSecurityAI AssistantLocal-first