Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.


Python

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