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.
- Host: GitHub
- URL: https://github.com/its-ashu-otf/passhaven
- Owner: its-ashu-otf
- Created: 2024-12-06T17:31:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T18:49:13.000Z (7 months ago)
- Last Synced: 2025-03-19T19:36:29.925Z (7 months ago)
- Topics: cybersecurity, password, password-generator, password-strength
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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
```