On Thu, Dec 05, 2013 at 08:20:07AM +0100, obsd, cgi wrote: > So I know the rule.. only remember a few very very long passwords (ex.: > based on several words and a few special chars), and keep the rest of the > passwords in a password manager (those aren't remembered and extreme long). > > But this gets me to 2 questions: > > - Are there any default password managers in OpenBSD (console/GUI based?)? > Or there are only from ports that are not very audited? What is the advise > to where to store the pwd's? > > - Are there any best-practises to generate a password? - that are kept in > password manager, so ex.: 128 char long with special/random chars, etc. > > Thanks for your time >
`jot -rc -s '' 32 33 127` will print a random sequence of 32 printable ascii characters using arc4random(3). Min entropy is 32*6 = 192 bits. My 0.00002 BTC, -- Vincent / dermiste [demime 1.01d removed an attachment of type application/pgp-signature]

