Skip to content

Commit ccf0b0b

Browse files
authored
Merge pull request #19 from tcpiplab/Include_compressed_English_dictionary
Include compressed english dictionary
2 parents 54395ff + 8e8e661 commit ccf0b0b

25 files changed

+561
-943
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
.idea/workspace.xml
2-
.DS_Store
2+
.DS_Store
3+
callWordAPI.go
4+
/.idea/dictionaries/*.xml
5+
/.idea/inspectionProfiles/Project_Default.xml

README.md

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -71,55 +71,52 @@ Waiting for 60 seconds before clearing the clipboard.
7171
```shell
7272
./passwordgen -word-chains 32
7373
+────+──────────────────────────────────+
74-
│ 00 │ methaqualone:auction:malicious:d
74+
│ 00 │ afterlife_roundworm_winnings_div
7575
+────+──────────────────────────────────+
76-
│ 01 │ supernatural\productivity\rein\s
76+
│ 01 │ posture*routing*browse*turbofan*
7777
+────+──────────────────────────────────+
78-
│ 02 │ bbeg:outrageous:quondam:kaph:wis
78+
│ 02 │ earflap=action=take=coil=constru
7979
+────+──────────────────────────────────+
80-
│ 03 │ oceanic/mercantile/allah/jury_ri
80+
│ 03 │ cognitive&nutty&cork&renewal&sit
8181
+────+──────────────────────────────────+
82-
│ 04 │ oasthouse*gain*rainmeter*barbari
82+
│ 04 │ viscous\showman\finale\abrasion\
8383
+────+──────────────────────────────────+
84-
│ 05 │ rein$jupiter$xizang$uvulopalatop
84+
│ 05 │ snowplow#launch#unaltered#refill
8585
+────+──────────────────────────────────+
86-
│ 06 │ nonetheless|fidelity|adapt|lingo
86+
│ 06 │ tamper/unloved/quickly/spoilage/
8787
+────+──────────────────────────────────+
88-
│ 07 │ a_lot-accord-beestings-audiomete
88+
│ 07 │ shifty=regular=unscrew=confused=
8989
+────+──────────────────────────────────+
9090
```
9191
9292
## Mixed Passwords
9393
94-
Mixed passwords only work on Mac, Linux, and Unix.
95-
9694
```shell
9795
./passwordgen -mixed 25
9896
+────+───────────────────────────+
99-
│ 00 │ *lemnad-oxysalt-choreus*)
97+
│ 00 │ (rocky-outer-gliding)g)02
10098
+────+───────────────────────────+
101-
│ 01 │ recco_-fissive_-Giansar>~
99+
│ 01 │ {&&reunion-payee&-playpen
102100
+────+───────────────────────────+
103-
│ 02 │ 0{@iffy-Marconi@-patent}3
101+
│ 02 │ <<!batboy-atlas-unmoved!>
104102
+────+───────────────────────────+
105-
│ 03 │ [aflush-hurty-worth]h]319
103+
│ 03 │ &{.uncloak-pond.-finch}&8
106104
+────+───────────────────────────+
107-
│ 04 │ $Striges$-cashew-dumple)%
105+
│ 04 │ 12{b{bluff-stand-trance}4
108106
+────+───────────────────────────+
109-
│ 05 │ $[-#$upcrane$-Nona#-sonic
107+
│ 05 │ &!?coma?-waged!-urgency&}
110108
+────+───────────────────────────+
111-
│ 06 │ #{@putois-gharial@-newel}
109+
│ 06 │ [quit-faction-bubble]e]12
112110
+────+───────────────────────────+
113-
│ 07 │ {Gnatho-murga-chuhra}a}27
111+
│ 07 │ (?sizable-trial-squeeze?)
114112
+────+───────────────────────────+
115-
116113
```
117114
118115
# Building releases for multiple platforms
119116
120117
```shell
121-
GOOS=darwin GOARCH=arm64 go build -o passwordgen-v1.1.0-darwin-arm64
122-
GOOS=darwin GOARCH=amd64 go build -o passwordgen-v1.1.0-darwin-amd64
123-
GOOS=windows GOARCH=amd64 go build -o passwordgen-v1.1.0-windows-amd64.exe
124-
GOOS=linux GOARCH=amd64 go build -o passwordgen-v1.1.0-linux-amd64
118+
GOOS=darwin GOARCH=arm64 go build -o Release-Binaries/v1.2.x/passwordgen-v1.2.0-darwin-arm64
119+
GOOS=darwin GOARCH=amd64 go build -o Release-Binaries/v1.2.x/passwordgen-v1.2.0-darwin-amd64
120+
GOOS=windows GOARCH=amd64 go build -o Release-Binaries/v1.2.x/passwordgen-v1.2.0-windows-amd64.exe
121+
GOOS=linux GOARCH=amd64 go build -o Release-Binaries/v1.2.x/passwordgen-v1.2.0-linux-amd64
125122
```

Release-Binaries/v1.1.x/passwordgen_v1_1_2_windows_amd64_exe

Lines changed: 0 additions & 1 deletion
This file was deleted.

Release-Binaries/v1.1.x/passwordgen_v1_1_2_windows_amd64_exe_linux

Lines changed: 0 additions & 1 deletion
This file was deleted.
2.56 MB
Binary file not shown.
2.56 MB
Binary file not shown.
2.67 MB
Binary file not shown.
2.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)