Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/st10185940/dexter
https://github.com/st10185940/dexter
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/st10185940/dexter
- Owner: ST10185940
- Created: 2024-02-06T12:52:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T09:12:05.000Z (5 months ago)
- Last Synced: 2024-08-16T09:01:24.162Z (5 months ago)
- Language: C#
- Size: 772 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
/$$$$$$$ /$$
| $$__ $$ | $$
| $$ \ $$ /$$$$$$ /$$ /$$/$$$$$$ /$$$$$$ /$$$$$$\
| $$ | $$ /$$__ $$| $$ /$$/_ $$_/ /$$__ $$ /$$__ $$
| $$ | $$| $$$$$$$$ \ $$$$/ | $$ | $$$$$$$$| $$ \__/
| $$ | $$| $$_____/ >$$ $$ | $$ /$$| $$_____/| $$
| $$$$$$$/| $$$$$$$ /$$/\ $$ | $$$$/| $$$$$$$| $$
|_______/ \_______/|__/ \__/ \___/ \_______/|__/ v1.1
```# A Simple Password Generator
A console application written in C# for generating strong and secure passwords quickly and easily.
### Features
- Generate random passwords with customizable properties (length, strength, character sets, character redundancy or sequentiality ).
- Easy-to-use command-line interface.
- Copy generated passwords to the clipboard for convenience.### Usage
1. Clone or download the Dexter repository to your local machine.
2. Build the solution to compile the Dexter executable.
3. Run the Dexter executable from the command line or terminal.
4. Follow the prompts to specify the properties for the password.