anj-s / pgen

This repo contains the PGen chrome extension that can be used to generate personalized passwords.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pgen_icon

PGen - an LLM based password generator

PGen is a chrome extension that can be used to generate passwords using LLMs as a knowledge base. Users can use an existing LLM API key, identify topics that they gravitate towards and use the extension to suggest potential passwords. There were two main goals that the application is set to accomplish:

  1. Enable seamless login experience
  2. Make it easy to remember personalized passwords
image image image

To play with this chrome extension, you need to:

  1. Get a PaLM API key
  2. Clone the GitHub repo
  3. Open chrome://extensions/ and click on the "Load unpacked" button.
  4. Navigate and select the pgen_chrome_ext folder.

Currently the PGen has only support for the PaLM LLM model which means users will need an API key. This can be generated using instructions here.

Note: This is a prototype of an idea and does not have any production level guarantees for LLM bias and safety responses. Bugs are expected and filing issues or PRs are encouraged.

About

This repo contains the PGen chrome extension that can be used to generate personalized passwords.


Languages

Language:Python 87.4%Language:JavaScript 8.7%Language:HTML 3.9%