Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ares-21/secura
All in one password tool
https://github.com/ares-21/secura
cybersecurity cybersecurity-tools open-source password-checker password-generator password-manager password-safety password-strength password-tool security security-tools
Last synced: about 2 months ago
JSON representation
All in one password tool
- Host: GitHub
- URL: https://github.com/ares-21/secura
- Owner: Ares-21
- Created: 2024-08-22T10:43:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T18:27:43.000Z (4 months ago)
- Last Synced: 2024-08-29T20:47:02.037Z (4 months ago)
- Topics: cybersecurity, cybersecurity-tools, open-source, password-checker, password-generator, password-manager, password-safety, password-strength, password-tool, security, security-tools
- Language: Python
- Homepage:
- Size: 4.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secura
A tool to fit all the needs for password security and management, The tool consists of a password complexity checker, a complex password creator and a password manager, using a simple GUI to make managing passwords easier.
## Screenshots
![secura](https://github.com/user-attachments/assets/261ab6d7-56f7-4854-a9ea-f6068dd10051)
## Installation
Installation:
```bash
git clone https://github.com/Ares-21/Secura.git
cd Secura
```
Install all the requirements:```bash
pip install -r requiremnets.txt
```
Run the tool:```bash
python secura.py
```