Compare commits
8 Commits
v1.3.1
...
7e826b75d7
Author | SHA1 | Date | |
---|---|---|---|
7e826b75d7 | |||
72f4797428 | |||
aad2144e7c | |||
a1c8d6e531 | |||
0d5d7503ec | |||
ee1a0fedcc | |||
3fc3f35bb5 | |||
9a98788476 |
Binary file not shown.
BIN
bin/gopass-darwin-amd64-1.3.3
Executable file
BIN
bin/gopass-darwin-amd64-1.3.3
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-freebsd-386-1.3.3
Executable file
BIN
bin/gopass-freebsd-386-1.3.3
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-freebsd-amd64-1.3.3
Executable file
BIN
bin/gopass-freebsd-amd64-1.3.3
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-freebsd-arm-1.3.3
Executable file
BIN
bin/gopass-freebsd-arm-1.3.3
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-linux-386-1.3.3
Executable file
BIN
bin/gopass-linux-386-1.3.3
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-linux-amd64-1.3.3
Executable file
BIN
bin/gopass-linux-amd64-1.3.3
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-linux-arm-1.3.3
Executable file
BIN
bin/gopass-linux-arm-1.3.3
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-plan9-386-1.3.3
Executable file
BIN
bin/gopass-plan9-386-1.3.3
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-plan9-amd64-1.3.3
Executable file
BIN
bin/gopass-plan9-amd64-1.3.3
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-plan9-arm-1.3.3
Executable file
BIN
bin/gopass-plan9-arm-1.3.3
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-windows-386-1.3.3
Executable file
BIN
bin/gopass-windows-386-1.3.3
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-windows-amd64-1.3.3
Executable file
BIN
bin/gopass-windows-amd64-1.3.3
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-windows-arm-1.3.3
Executable file
BIN
bin/gopass-windows-arm-1.3.3
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.3"
|
||||
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