AbacusGPT / psc

Online Password Strength Checker with OpenAI
https://psc-bice.vercel.app
MIT License
0 stars 4 forks source link
golang gpt35turbo open-api openai password-strength-checker

Notes: The tool sends passwords to OpenAI in plain text. Using this tool carries the risk of exposing your password. Please be aware of the potential risks.

Password-Strength-Checker (psc)

The Password-Strength-Checker (psc) is a tool designed to evaluate the strength of passwords using OpenAI's powerful language models.

This repository is structured into two main components:

Design

image

Running the Tool

To run the psc tool, you'll need to start both the frontend and backend services.

Detailed instructions are provided in the respective README.md files within the password-checker and password-checker-backend directories.