Skip to content

pipozzz/random-password

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-password

This is a simple password generator written in python.

Usage

docker run --rm pipoline/random-password
output:
a8xlHjNEQ1sLFj

When you want to change password length just add -s/--size parameter e.g.:

docker run --rm pipoline/random-password -s 20
output:
bjMhaBqnw5Y8TvsmNLZV

About

Simple password generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.4%
  • Dockerfile 6.6%