Blob
1 .Dd May 30, 20232 .Dt GPASS 13 .Os4 .Sh NAME5 .Nm gpass6 .Nd generate passphrases7 .Sh SYNOPSIS8 .Nm9 .Op Fl d Ar dict10 .Op Fl e Ar bits11 .Op Fl n Ar num12 .Sh DESCRIPTION13 The utility14 .Nm15 outputs a secure passphrase by randomly choosing an appropriate number of lines16 from a dictionary file, containing whitespace-separated words.17 The options are as follows:18 .Bl -tag -width Ds19 .It Fl d Ar dict20 Use the dictionary21 .Ar dict .22 .It Fl e Ar bits23 Generate a passphrase with at least the specified number of24 .Ar bits25 of entropy.26 Default is 70.27 .It Fl n Ar num28 Generate29 .Ar num30 passphrases instead of just one.31 .El32 .Sh ENVIRONMENT33 .Bl -tag -width PM_PRIVKEY34 .It Ev GPASS_DIC35 Path to the dictionary file to use unless the option36 .Fl d37 is specified.38 .El39 .Sh FILES40 .Bl -tag -width Ds41 .It Pa PREFIX/share/gpass/eff.long42 The default dictionary file.43 .El44 .Sh AUTHORS45 .An Alexander Arkhipov Aq Mt aa@manpager.net .46 .Sh EXIT STATUS47 .Ex -std