Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
fe11983dab | |||
1e93add7bd | |||
c328726ed0 | |||
7e826b75d7 | |||
72f4797428 |
Binary file not shown.
BIN
bin/gopass-darwin-amd64-1.3.4
Executable file
BIN
bin/gopass-darwin-amd64-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-freebsd-386-1.3.4
Executable file
BIN
bin/gopass-freebsd-386-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-freebsd-amd64-1.3.4
Executable file
BIN
bin/gopass-freebsd-amd64-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-freebsd-arm-1.3.4
Executable file
BIN
bin/gopass-freebsd-arm-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-linux-386-1.3.4
Executable file
BIN
bin/gopass-linux-386-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-linux-amd64-1.3.4
Executable file
BIN
bin/gopass-linux-amd64-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-linux-arm-1.3.4
Executable file
BIN
bin/gopass-linux-arm-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-plan9-386-1.3.4
Executable file
BIN
bin/gopass-plan9-386-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-plan9-amd64-1.3.4
Executable file
BIN
bin/gopass-plan9-amd64-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-plan9-arm-1.3.4
Executable file
BIN
bin/gopass-plan9-arm-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-windows-386-1.3.4
Executable file
BIN
bin/gopass-windows-386-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-windows-amd64-1.3.4
Executable file
BIN
bin/gopass-windows-amd64-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-windows-arm-1.3.4
Executable file
BIN
bin/gopass-windows-arm-1.3.4
Executable file
Binary file not shown.
2
main.go
2
main.go
@ -15,7 +15,7 @@ import (
|
||||
var allowedCharacters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890`~!@#$%^&*()_+[]\\{}|;':,./<>?")
|
||||
|
||||
const (
|
||||
Version = "1.3.1"
|
||||
Version = "1.3.4"
|
||||
symbols = "`~!@#$%^&*()_+[]\\{}|;':,./<>?"
|
||||
chunkSize = 16 // The size of each chunk of the password to be generated by the worker goroutines
|
||||
)
|
||||
|
Reference in New Issue
Block a user