Skip to content

Commit 2d3afd3

Browse files
author
Aizen
committed
update specifics for new word style and entropy
1 parent 7652df7 commit 2d3afd3

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

cmd/genpw/README.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ genpw
5050
This will output something like:
5151

5252
```bash
53-
Passphrase Log10(Guesses) Log2Entropy Strength
54-
55-
Candox.swortone.harvingl 23.37 78.64 [============]
56-
Kinywaya.preterpr.reefrate 24.31 81.76 [============]
57-
Ratererl.ruse.elikewa 20.44 68.92 [==========..]
58-
Relemalo.anli.systuri 20.77 70.01 [==========..]
59-
Unpori.grog.bodityi 18.05 60.97 [=========...]
60-
Uperti.ampilyon.extedes 22.23 74.86 [===========.]
53+
Passphrase Log10(Guesses) Log2Entropy Strength
54+
55+
Retendmil.culabdo.maxagedome 24.79 83.34 [============]
56+
Reenniter.sauntrolla.rhuff 24.85 83.56 [============]
57+
Pestryste.obilling.decheme 24.69 83.03 [============]
58+
Apperd.illatc.obserles 22.14 74.54 [===========.]
59+
Hugalfi.jeasiltil.oyagenar 24.66 82.92 [============]
60+
Waliquin.uniterai.muggight 23.53 79.18 [============]
6161
```
6262

6363
1. **Generate passphrases with custom pattern**:
@@ -71,11 +71,11 @@ The output might look like:
7171
```bash
7272
Passphrase Log10(Guesses) Log2Entropy Strength
7373

74-
HandmarmOvera2053" 16.24 54.96 [========....]
75-
ResabledAnverbou2004+ 19.22 64.85 [==========..]
76-
RocraryiRegonede2072! 19.96 67.29 [==========..]
77-
SagureraHassain2045- 19.70 66.45 [==========..]
78-
WoutbDemitte2019# 15.37 52.07 [========....]
74+
AckeraClinuil2073& 17.27 58.36 [=========...]
75+
DompiciOniarlym2086% 18.71 63.16 [=========...]
76+
TioutiLetormentr2023^ 18.65 62.94 [=========...]
77+
GremMumpar2085- 14.06 47.71 [=======.....]
78+
BatiousExqueld2048& 16.21 54.86 [========....]
7979
```
8080

8181
or
@@ -87,20 +87,20 @@ genpw -p "w.w.w.w" -n 5
8787
The output might look like:
8888

8989
```bash
90-
Passphrase Log10(Guesses) Log2Entropy Strength
91-
92-
cleatabit.sphongedi.zedizmobl.drooky 32.40 108.62 [============]
93-
comprewa.cedivet.refyerm.unancling 31.19 104.61 [============]
94-
eitispayi.woblyoffo.unounde.pradimisf 35.27 118.18 [============]
95-
juiselid.partu.ovenes.slampos 28.32 95.08 [============]
96-
yaholl.boort.rentlestu.hustfierm 29.38 98.61 [============]
90+
Passphrase Log10(Guesses) Log2Entropy Strength
91+
92+
euppidner.dumidg.knosel.gentebory 30.59 102.63 [============]
93+
heariburt.rumphum.daterale.batyptook 33.84 113.41 [============]
94+
aremore.gortleup.alstiormo.aupdater 34.19 114.58 [============]
95+
anterser.fibershr.derice.paroservac 34.33 115.04 [============]
96+
rusti.onerses.flobboate.takeopa 29.06 97.54 [============]
9797
```
9898

9999
### Entropy Considerations
100100

101101
Each password generated by CryptiPass comes with an exact entropy evaluation . For example:
102-
- A 4-word passphrase (pattern "wwww") has on average 97 bits of entropy.
103-
- A 6-word passphrase (pattern "wwwwww") has on average 146 bits of entropy.
102+
- A 4-word passphrase (pattern "wwww") has on average 101 bits of entropy.
103+
- A 6-word passphrase (pattern "wwwwww") has on average 152 bits of entropy.
104104

105105
This allows for highly secure passphrases, even against brute-force attacks.
106106

0 commit comments

Comments
 (0)