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

https://github.com/khanh779/password_management

Password management application help store, manage, and generate random passwords securely, including lowercase letters, uppercase letters, special characters, and numbers for enhanced security.
https://github.com/khanh779/password_management

generate-password password-generator password-management password-manager password-safety password-store

Last synced: 3 months ago
JSON representation

Password management application help store, manage, and generate random passwords securely, including lowercase letters, uppercase letters, special characters, and numbers for enhanced security.

Awesome Lists containing this project

README

        

# Password_Management

## About
- Password management application help store, manage, and generate random passwords securely, including lowercase letters, uppercase letters, special characters, and numbers for enhanced security.
- Support multi-languages.
- Stores a list of password information as an encrypted binary file.

## Features & Support
|Feature|Support|
|------------------|----|
|Lowercase Letters | ✔️ |
|Uppercase Letters | ✔️ |
|Numeric Characters| ✔️ |
|Special Characters| ✔️ |
|Optional Length | ✔️ |
|Multi-User Support| ✔️ |

## Languages
|Language|Support|
|------------------|----|
|Vietnam | ✔️ |
|Rusian | ✔️ |
|English | ✔️ |
|French| ✔️ |
|German| ✔️ |
|Korean| ✔️ |
|Japanese| ✔️ |
|Chinese| ✔️ |

## Installation
- Require .Net Framework 4.7.2 or higher.
- Visual Studio and supporting tools to run the program.