Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahadfallah/passgen
password generator
https://github.com/ahadfallah/passgen
bash command linux linux-commands linux-kernel linux-shell shell shellscript
Last synced: 28 days ago
JSON representation
password generator
- Host: GitHub
- URL: https://github.com/ahadfallah/passgen
- Owner: AhadFallah
- License: gpl-3.0
- Created: 2024-06-14T08:45:33.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-25T20:30:26.000Z (4 months ago)
- Last Synced: 2024-09-29T14:42:40.298Z (about 1 month ago)
- Topics: bash, command, linux, linux-commands, linux-kernel, linux-shell, shell, shellscript
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# passgen
This repository contains a Bash script for generating random passwords with customizable options. The script can save the generated password to a file, copy it to the clipboard, and exclude certain character types based on user preferences.
## Features
- Generate a random password with a specified length.
- Exclude numbers, special characters, uppercase, or lowercase characters from the password.
- Save the generated password to a specified file path.
- Copy the generated password to the clipboard.
- Display a help message detailing script usage.## Usage
### Basic Usage
To generate a password with the default settings (16 characters including uppercase, lowercase, numbers, and special characters):
```bash
passgen
```## License
PassGen is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
PassGen is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with PassGen. If not, see .