Compare commits
No commits in common. "fe11983dab06d863ba0fd79234ba8f87e6902830" and "c328726ed0f7635de9d0a67c90b0749dfcb4ed51" have entirely different histories.
fe11983dab
...
c328726ed0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
main.go
2
main.go
@ -15,7 +15,7 @@ import (
|
|||||||
var allowedCharacters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890`~!@#$%^&*()_+[]\\{}|;':,./<>?")
|
var allowedCharacters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890`~!@#$%^&*()_+[]\\{}|;':,./<>?")
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Version = "1.3.4"
|
Version = "1.3.3"
|
||||||
symbols = "`~!@#$%^&*()_+[]\\{}|;':,./<>?"
|
symbols = "`~!@#$%^&*()_+[]\\{}|;':,./<>?"
|
||||||
chunkSize = 16 // The size of each chunk of the password to be generated by the worker goroutines
|
chunkSize = 16 // The size of each chunk of the password to be generated by the worker goroutines
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user