https://github.com/bborbe/password
Simple http server for random passwords.
https://github.com/bborbe/password
Last synced: 5 months ago
JSON representation
Simple http server for random passwords.
- Host: GitHub
- URL: https://github.com/bborbe/password
- Owner: bborbe
- License: bsd-2-clause
- Created: 2016-04-02T10:32:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T20:06:44.000Z (over 7 years ago)
- Last Synced: 2024-06-20T17:31:03.650Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 217 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Password
Simple http server for random passwords.
## Command line
```
go get github.com/bborbe/password/cmd/password-random
```
```
password-random \
-length=32
```
## HTTP Server
```
go get github.com/bborbe/password/cmd/password-server
```
```
password-server \
-port 8080
```