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.
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:
password-checker
- for the frontend applicationpassword-checker-backend
- for the backend service that interfaces with the OpenAI API.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.