Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.27 KB

File metadata and controls

39 lines (25 loc) · 1.27 KB

Plain Sight

Note

Check out solidtime - The modern Open Source Time-Tracker at solidtime.io

You can learn more about how it works and how i made it here

This image is my password

The browser extension that allows you to use images as passwords. Just drag & drop your password image on any password input field and it will automatically decrypt the password image.

How to create password images

The Plain Sight Browser Extension supports LSB steganography and AES encryption to decrypt your passwords. You can f.e. use the Digi-Cloak web app to create password images.

Getting Started

First, run the development server:

pnpm dev
# or
npm run dev

Open your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: build/chrome-mv3-dev.

Making production build

Run the following:

pnpm build
# or
npm run build

This should create a production bundle for your extension, ready to be zipped and published to the stores.