Skip to content

NoKey - A Stupid Password Keeper: Easily store and retrieve login credentials locally using IndexedDB. Perfect for developers!

License

Notifications You must be signed in to change notification settings

juashyam/nokey-password-keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NoKey - A Stupid Password Keeper

NoKey - A Stupid Password Keeper is a lightweight Chrome/Edge extension designed to simplify your daily development workflow. It allows you to securely store and manage login credentials locally using the browser's IndexedDB.

With its simple interface, you can quickly add, retrieve, and copy usernames and passwords, eliminating the need to search through files or notes. NoKey is perfect for developers and tech professionals who need a no-fuss solution for managing admin accounts and other login information.

All data is stored locally, ensuring privacy and quick access. Download NoKey today and streamline your workflow!

🚀 Installation

Edge

On the extension’s page, click the Get to install.

https://microsoftedge.microsoft.com/addons/detail/nokey-a-stupid-password/cfmibhgbkfignakcnbdilfegilgolmed

Chrome

It is not deployed to Chrome Extension Store yet. So, instead of installing the extension from the Store, we'll have to install it locally.

Clone this repository and follow the instructions below.

Installation in Chrome

Note: Select the src directory which contains the extension's source files, such as manifest.json, and then click the Select Folder button.

🎯 Who Is NoKey For?

NoKey is perfect for:

  • Developers managing multiple admin accounts or testing environments.
  • Tech Professionals who need a secure and simple way to store and access login information.
  • Anyone tired of juggling passwords in unsecured files or notes.

🔒 Security First

  • Local Storage: Your data is stored locally and never transmitted over the internet.
  • No External Servers: NoKey doesn’t rely on cloud storage or third-party servers, ensuring your credentials remain private.
  • The security boundary imposed on IndexedDB prevents applications from accessing data with a different origin.

🛠️ How to Use

  • Add Credentials: Click the NoKey icon in your browser toolbar and use the "Add" button to store new login details.
  • Retrieve Credentials: View your saved credentials in a clean, organized list.
  • Copy to Clipboard: Click the copy icon next to any username or password to quickly paste it where needed.

🖥 Preview

NoKey HomePage NoKey Add New

💬 Feedback Welcome

We’d love to hear your thoughts! If you have any feedback, feature requests, or issues, please open an issue.

🏛️ License

The module is released under the MIT license.