Skip to content

tlhunter/randpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

randpass

CLI utility to generate a random password with multiple implementations.

Go

cd ./go
go build randpass.go
./randpass <length=12>

Rust

cd ./rust
cargo build --release
./target/release/randpass <length=12>

About

Random Password Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published