https://github.com/GTVolk/PasswordGenerator
Generates password encrypted by unique key and passphrase
https://github.com/GTVolk/PasswordGenerator
passphrase password password-generator password-manager visual-studio
Last synced: over 1 year ago
JSON representation
Generates password encrypted by unique key and passphrase
- Host: GitHub
- URL: https://github.com/GTVolk/PasswordGenerator
- Owner: GTVolk
- License: mit
- Created: 2017-03-26T22:38:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T21:52:24.000Z (over 6 years ago)
- Last Synced: 2025-01-24T23:41:52.972Z (over 1 year ago)
- Topics: passphrase, password, password-generator, password-manager, visual-studio
- Language: C#
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password generator
## Description
Password generator is used to generate password encrypted by user passphrase based on generated unique key.
You can use this for generation complex passwords on set of resources (sites, forums and etc) without remembering all passwords (you need to know only pass phrase)
If you want to change all passwords for your resources simply change pass phrase.

## Requirements
- Visual Studio
- .NET Framework 2.0