Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miisterc/passswift
PassSwift: A Python script for streamlined password tasks. Generate robust passwords, check strength, validate against a wordlist, and securely store with encryption. User-friendly menu for easy navigation. Ideal for efficient and secure password management.
https://github.com/miisterc/passswift
hash-identifier passswift password-decryption password-encryption password-generator password-hash password-manager password-strength password-vault
Last synced: 3 days ago
JSON representation
PassSwift: A Python script for streamlined password tasks. Generate robust passwords, check strength, validate against a wordlist, and securely store with encryption. User-friendly menu for easy navigation. Ideal for efficient and secure password management.
- Host: GitHub
- URL: https://github.com/miisterc/passswift
- Owner: MIISTERC
- Created: 2024-01-27T05:14:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-28T11:48:30.000Z (10 months ago)
- Last Synced: 2024-01-28T13:35:32.998Z (10 months ago)
- Topics: hash-identifier, passswift, password-decryption, password-encryption, password-generator, password-hash, password-manager, password-strength, password-vault
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PassSwift
PassSwift: A Python script for streamlined password tasks. Generate robust passwords, check strength, validate against a wordlist, and securely store with encryption. User-friendly menu for easy navigation. Ideal for efficient and secure password management.
[![GitHub license](https://img.shields.io/github/license/MIISTERC/PassSwift)](https://github.com/MIISTERC/PassSwift/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/MIISTERC/PassSwift)](https://github.com/MIISTERC/PassSwift/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/MIISTERC/PassSwift)](https://github.com/MIISTERC/PassSwift/network)
[![GitHub issues](https://img.shields.io/github/issues/MIISTERC/PassSwift)](https://github.com/MIISTERC/PassSwift/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/MIISTERC/PassSwift)](https://github.com/MIISTERC/PassSwift/pulls)
[![GitHub last commit](https://img.shields.io/github/last-commit/MIISTERC/PassSwift)](https://github.com/MIISTERC/PassSwift/commits/main)![PassSwift Screenshot](https://github.com/MIISTERC/PassSwift/assets/130668957/646ce908-56ae-48d0-8088-be9dd652d291)
## Overview
PassSwift is a Python script designed to streamline password-related tasks and bolster security practices. It allows users to generate robust passwords, assess password strength, validate against a wordlist, and securely store passwords with encryption. The script provides a user-friendly menu for easy navigation, making it ideal for efficient and secure password management.
## Features
- **Password Generation:** Create strong passwords with customizable combinations.
- **Password Strength Checker:** Evaluate password strength based on length and character types.
- **Wordlist Password Check:** Verify if a password is commonly used.
- **Secure Password Storage:** Encrypt and save passwords in a file.
- **Hash Method Identification:** Identify hash methods used in a given hash value.## Screenshots
![99999](https://github.com/MIISTERC/PassSwift/assets/130668957/469ef493-0f27-46b0-904e-96987361d303)## Installation
Clone the repository:
```bash
git clone https://github.com/MIISTERC/PassSwift.git
cd PassSwift
pip install -r requirements.txt
```## Usage
```
Python3 PassSwift.py
```
And you are done! Because the script interacts with the user through a inetractive menu..
## ⚠️ Warning: Key FileDo not modify or delete the `key.key` file unless you fully understand its purpose.It is created by the script and This file is crucial for the encryption and decryption process in PassSwift. Altering or removing it may lead to data loss or security vulnerabilities.
# Author 👨💻
MIISTERC as known on github.
## ContactFeel free to reach out to me on Instagram for any questions or feedback!
[![Instagram](https://img.shields.io/badge/Instagram-%40sagnik.chandra_-orange)](https://www.instagram.com/sc17_kali/)