https://github.com/miguelzacca/spass
Password generator with command line.
https://github.com/miguelzacca/spass
Last synced: 2 months ago
JSON representation
Password generator with command line.
- Host: GitHub
- URL: https://github.com/miguelzacca/spass
- Owner: miguelzacca
- License: mit
- Created: 2024-06-01T04:34:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-03T10:29:54.000Z (about 1 year ago)
- Last Synced: 2025-02-15T17:41:32.264Z (4 months ago)
- Language: C++
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spass
Password generator with command line.
## Install - Linux
```bash
git clone https://github.com/miguelzacca/spass.git
chmod +x ~/spass/main-deb ~/spass/config.sh
~/spass/config.sh
```## Install - Windows
```cmd
git clone https://github.com/miguelzacca/spass.git
cd %HOMEPATH%/spass
config.bat
cd %HOMEPATH%
```## Use
```bash
spass <-|-l|-n>
```- `-` letters and numbers
- `-l` only letters
- `-n` only numbers## Example
```bash
spass - 16
``````bash
spass -n 16
```