Fwd: Generate new password for multiline entries

Alexandre Pujol alexandre at pujol.io
Sat Jan 28 20:20:30 CET 2017


Hi all,

My personal solution is a (very) small pass extension pass-update [1]
that prints the password and wait for the user before to generate a new
password. It supports xclip interaction and you can change as many
password as you want in the same command:

	pass update web/password1 web/password2 ...

The actual work flow is very simple (and still long):
- Get the old password (to fill it in a form)
- Valid the change (can be skipped with -f)
- Get the new password (to fill it in a form)

I know some password manager (like lastpass) can automatically change
the password of your account for some popular website. I might check if
I can implement a similar feature.


[1] https://github.com/roddhjav/pass-update

Alex

On 27/01/17 19:09, Emile Cantin wrote:
> Shouldn't that be the default option? We could have a --replace-full (or
> similar) flag if you really want to overwrite the whole thing.
> 
> Le ven. 27 janv. 2017 à 14:04, Marin Usalj <marin2211 at gmail.com
> <mailto:marin2211 at gmail.com>> a écrit :
> 
>     There's an --in-place flag
>     $ pass generate --in-place Login/Creditkarma 30
> 
>     --
>     Marin Usalj
>     supermar.in <http://supermar.in>
> 
>     On Fri, Jan 27, 2017, at 11:03 AM, tobias.public at posteo.de
>     <mailto:tobias.public at posteo.de> wrote:
>     > Hi,
>     >
>     > I just discovered pass and I am already loving it!
>     >
>     > When generating a new password for a multiline entry, the whole
>     entry is
>     > overwritten.
>     > Is there an easy way to overwrite only the first line and maintain the
>     > rest of the entry as it was before?
>     >
>     > If not, this is a feature request. ;)
>     >
>     > Cheers
>     > Tobias
>     >
>     > BTW: The host lists.zx2c4.com <http://lists.zx2c4.com> is not
>     supporting TLS encryption. I had to
>     > turn off my providers check for it to send this mail.
>     >
>     >
>     > _______________________________________________
>     > Password-Store mailing list
>     > Password-Store at lists.zx2c4.com <mailto:Password-Store at lists.zx2c4.com>
>     > https://lists.zx2c4.com/mailman/listinfo/password-store
>     _______________________________________________
>     Password-Store mailing list
>     Password-Store at lists.zx2c4.com <mailto:Password-Store at lists.zx2c4.com>
>     https://lists.zx2c4.com/mailman/listinfo/password-store
> 
> 
> 
> _______________________________________________
> Password-Store mailing list
> Password-Store at lists.zx2c4.com
> https://lists.zx2c4.com/mailman/listinfo/password-store
> 


More information about the Password-Store mailing list