An open API service indexing awesome lists of open source software.

https://github.com/its-ashu-otf/passhaven

A tool that combines powerful password generation and advanced leak detection to keep your accounts safe and secure.
https://github.com/its-ashu-otf/passhaven

cybersecurity password password-generator password-strength

Last synced: 7 months ago
JSON representation

A tool that combines powerful password generation and advanced leak detection to keep your accounts safe and secure.

Awesome Lists containing this project

README

          

## Overview

PassHaven is a comprehensive tool designed to enhance the security of your online accounts by combining powerful password generation with advanced leak checking. This tool ensures that your passwords are strong and have not been compromised in any known data breaches.

![Screencast From 2024-12-12 23-24-12](https://github.com/user-attachments/assets/b8d25929-841c-4649-822b-aef747347aa3)

## Features

- **Secure Password Generation**: Generate strong, random passwords with customizable length.
- **Password Strength Evaluation**: Check the strength of your passwords and receive feedback on how to improve them.
- **Breach Detection**: Verify if your passwords have been exposed in any known data breaches using the Pwned Passwords API.
- **User-Friendly Interface**: Simple and intuitive command-line interface with clear instructions and feedback.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/yourusername/PassHaven.git
cd PassHaven
```

2. Install the required dependencies:
```bash
pip install -r requirements.txt
```