20 lines
444 B
Markdown
20 lines
444 B
Markdown
# Web-Password
|
|
|
|
_a web based password generator_
|
|
|
|

|
|
|
|
## Features
|
|
|
|
* generates long and random, secure passwords (read about the [security considerations](SECURITY.md))
|
|
* copy to clipboard
|
|
* very small docker container, that only contains the application and has minimum attack surface
|
|
|
|
## Usage
|
|
|
|
```
|
|
git clone https://gitea.scu.si/FlorianWalther/Web-Password.git
|
|
docker compose pull
|
|
docker compose up -d
|
|
```
|