Generate password and print to stdout?

Nick Klauer klauer at gmail.com
Tue Nov 14 14:50:03 CET 2017


Don’t forget about mkpasswd, as that is also able to generate a password to
your liking.
​

On Tue, Nov 14, 2017 at 7:00 AM Till Schäfer <till2.schaefer at tu-dortmund.de>
wrote:

> Hi,
> there is a standard unix tool for this purpose: pwgen
>
> Regards,
> Till
>
> On Dienstag, 14. November 2017 13:51:26 CET b3yond wrote:
> > pass can't do this, as it can't use files as output which are outside
> > .password-store.
> >
> > you can use this command instead for a 32 length alphanumeric passphrase:
> >
> > cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1
> >
> > I hope this helps :)
> >
> > b3yond
> >
> >
> > On 14.11.2017 13:21, Alan Orth wrote:
> > > Hello,
> > >
> > > I'm wondering how to make pass print a generated password to stdout.
> > > Sometimes I need to generate a password that I don't want or need to
> > > store. It would be nice if I could just use pass generate for that.
> > > Currently it seems that the "pass-name" argument is mandatory.
> > >
> > > Thank you,
> > >
> > > Alan Orth
> > > alan.orth at gmail.com <mailto:alan.orth at gmail.com>
> > > https://picturingjordan.com
> > > https://englishbulgaria.net
> > > https://mjanja.ch
> > >
> > >
> > >
> > > _______________________________________________
> > > Password-Store mailing list
> > > Password-Store at lists.zx2c4.com
> > > https://lists.zx2c4.com/mailman/listinfo/password-store
> >
> >
>
>
> --
> Dipl.-Inf. Till Schäfer
> TU Dortmund University
> Chair 11 - Algorithm Engineering
> Otto-Hahn-Str. 14 / Room 237
> 44227 Dortmund, Germany
>
> e-mail: till.schaefer at cs.tu-dortmund.de
> phone: +49(231)755-7706 <+49%20231%207557706>
> fax: +49(231)755-7740 <+49%20231%207557740>
> web: http://ls11-www.cs.uni-dortmund.de/staff/schaefer
> pgp:
> https://keyserver2.pgp.com/vkd/SubmitSearch.event?&&SearchCriteria=0xD84DED79
> _______________________________________________
> Password-Store mailing list
> Password-Store at lists.zx2c4.com
> https://lists.zx2c4.com/mailman/listinfo/password-store
>
-- 

-Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.zx2c4.com/pipermail/password-store/attachments/20171114/b88eb278/attachment.html>


More information about the Password-Store mailing list