Random Password Generator (x10) ·

Docker container used to generate 10 random long passwords. Mostly to use on my website as templates.
Installing / Getting started
Script used to generate passwords and usernames for my website examples
docker run -it --rm ghcr.io/sthopeless/randompwd:latest
or with sudo
sudo docker run -it --rm ghcr.io/sthopeless/randompwd:latest
Versioning
We can maybe use SemVer for versioning. For the versions available, see the link to tags on this repository.
Configuration
Simply run one of the above commands, it will print out 10 random passwords
Issue feedback
You can ge feedback on issues you encounter via Issue
Licensing
For more information, please refer to the LICENSE file.
Description
1.0.8
Latest
Languages
Python
53.7%
Dockerfile
46.3%