mania25 / passgen

Golang password genreator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passgen

Build Status codecov Go Report Card

Simple password (or string generator) library for golang

Disclaimer

This project is inspired by cmiceli's password-generator-go

Benchmark

BenchmarkNewPasswordAllChars-4   	 2000000	       955 ns/op	      80 B/op	       2 allocs/op
BenchmarkNewPasswordCapsChars-4   	 2000000	       909 ns/op	      80 B/op	       2 allocs/op
BenchmarkNewPasswordLowerChars-4   	 2000000	       919 ns/op	      80 B/op	       2 allocs/op
BenchmarkNewPasswordNumberChars-4   	 2000000	       954 ns/op	      80 B/op	       2 allocs/op
BenchmarkNewPasswordSymbolChars-4   	 2000000	       942 ns/op	      80 B/op	       2 allocs/op
BenchmarkNewPasswordMixedChars-4   	 2000000	       950 ns/op	      80 B/op	       2 allocs/op

LICENSE

Please see LICENSE

About

Golang password genreator

License:MIT License


Languages

Language:Go 100.0%