pwg-web is short for PassWordGenerator web. It is a tiny webapp to generate random passwords

marcux 0531ece9d7 Removed a pre-checked checkbox in html for spaces 7 months ago
src 8966373f43 Moved main file to src directory 7 months ago
static 0531ece9d7 Removed a pre-checked checkbox in html for spaces 7 months ago
.gitignore 8375c5f18a Created a basic password generator web 7 months ago
Cargo.lock 8375c5f18a Created a basic password generator web 7 months ago
Cargo.toml 8375c5f18a Created a basic password generator web 7 months ago
LICENSE 265e5da31a Initial commit 7 months ago
README.md 8375c5f18a Created a basic password generator web 7 months ago

README.md

pwg-web

pwg-web is short for PassWordGenerator web. It is a tiny webapp to generate random passwords
It is written in rust and is compiled with:

cargo build --release

Move binary to /usr/bin:

mv ./target/release/pwg-web /usr/bin/

When started pwg-web will listen to port 8080.
Deply it behind a apache server and redirect to port 8080.