Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v0.3.0
moac
Browse files
Sep 07, 2021
Doc: add docs for CLI
· 5c563ac3
Seirdy
authored
Sep 07, 2021
View commits for tag v0.3.0
v0.3.0
5c563ac3
Feat: add missing charset "Latin-1"
· 3fba0f6c
Seirdy
authored
Sep 07, 2021
3fba0f6c
Refactor: CLI: split pwgen into own executable
· 90c68a1e
Seirdy
authored
Sep 07, 2021
90c68a1e
Aug 27, 2021
CI: lint in CI
· 1ce77f9b
Seirdy
authored
Aug 26, 2021
1ce77f9b
Build: consistency + compatibility in Makefile
· 1e707b98
Seirdy
authored
Aug 26, 2021
1e707b98
Doc: add Codeberg mirror
· 9747aea1
Seirdy
authored
Aug 26, 2021
9747aea1
Aug 26, 2021
CI: fix openbsd buildmode
· 8176383b
Seirdy
authored
Aug 26, 2021
8176383b
Aug 25, 2021
Refactor!: move pwgen to own directory
· b67d1f06
Seirdy
authored
Aug 24, 2021
b67d1f06
Build: add OpenBSD support
· acc7ca55
Seirdy
authored
Aug 24, 2021
acc7ca55
CI: build non-CGO static binaries too
· 7fb9b0fa
Seirdy
authored
Aug 24, 2021
7fb9b0fa
Build: Makefile: binary target srcs + flags
· 70fd2e07
Seirdy
authored
Aug 24, 2021
70fd2e07
Refactor!: replace unreachable errs with panics
· b9cf254f
Seirdy
authored
Aug 24, 2021
b9cf254f
Fix: only allocate strings when useful
· a86118a6
Seirdy
authored
Aug 24, 2021
a86118a6
Test: fix format string in error output
· c3ab04d3
Seirdy
authored
Aug 24, 2021
c3ab04d3
Aug 24, 2021
Test: Rewrite Makefile, integrate into CI
· 938203db
Seirdy
authored
Aug 23, 2021
938203db
Chore: style fixes, enforced by stricter lints
· 7e183e58
Seirdy
authored
Aug 23, 2021
7e183e58
Fix: Remove bad use of len(string)
· 27d3148e
Seirdy
authored
Aug 23, 2021
27d3148e
Fix: make setting of default entropy reachable
· c68df0da
Seirdy
authored
Aug 23, 2021
c68df0da
Fix: CLI: format invalid arg error msgs correctly
· 6029b41f
Seirdy
authored
Aug 23, 2021
6029b41f
Doc: revise ROADMAP: split a milestone
· 83e08de9
Seirdy
authored
Aug 23, 2021
83e08de9
Fix: Makefile CFLAGS for tests
· b7a9907a
Seirdy
authored
Aug 23, 2021
b7a9907a
Aug 20, 2021
Chore: add Makefile
· 86be58a3
Seirdy
authored
Aug 19, 2021
View commits for tag v0.2.0
v0.2.0
86be58a3
Test: move testcase vars to functions
· 6aa577b4
Seirdy
authored
Aug 19, 2021
6aa577b4
Fix: CLI: add missing getopt flags
· 04a216c9
Seirdy
authored
Aug 19, 2021
04a216c9
Feat(cli): output entropy of given password
· 69d7fb8d
Seirdy
authored
Aug 19, 2021
69d7fb8d
Doc: update + expand README
· 26861615
Seirdy
authored
Aug 19, 2021
26861615
Test: expand pwgen_test with generated testcases
· 330270de
Seirdy
authored
Aug 19, 2021
330270de
Feat!: support password gen with minLen, maxLen
· a090cf90
Seirdy
authored
Aug 19, 2021
a090cf90
Chore: change unidiomatic string-length comparison
· c64ec7b2
Seirdy
authored
Aug 19, 2021
c64ec7b2
Test: use and comply with golangci-lint
· 498aaeab
Seirdy
authored
Aug 19, 2021
498aaeab
Aug 13, 2021
Fix: bad math.NaN comparison
· 53cb0648
Seirdy
authored
Aug 13, 2021
53cb0648
Chore: more idiomatic error handling
· 3c76d319
Seirdy
authored
Aug 13, 2021
3c76d319
Fix: handle missing physical values correctly
· 32810057
Seirdy
authored
Aug 12, 2021
32810057
Aug 12, 2021
Doc: update roadmap in README
· fb058883
Seirdy
authored
Aug 12, 2021
fb058883
Chore: style, useless type conversion
· 95adc576
Seirdy
authored
Aug 08, 2021
95adc576
Feat: replace zxcvbn with own entropy calculator
· c65d9a43
Seirdy
authored
Aug 07, 2021
c65d9a43
Aug 08, 2021
Fix: don't skip populating default energy per guess
· 32872e04
Seirdy
authored
Aug 07, 2021
32872e04
Aug 05, 2021
Fix: use correct default charsets
· b2f3bff6
Seirdy
authored
Aug 03, 2021
b2f3bff6
Aug 04, 2021
Fix: use 256 bits of entropy by default
· accfba86
Seirdy
authored
Aug 03, 2021
accfba86
Feat: CLI: support secure password input
· 57a9db9a
Seirdy
authored
Aug 03, 2021
57a9db9a
Loading