Den 30. okt. 2018 12:10, skreiv Matthieu Weber:
> On Tue, 30 Oct 2018 at 10:33AM +0100, Kjetil Torgrim Homme wrote:
>> yes, but sometimes you need to enter this password by hand. I use horse
>> battery passwords when I might need to enter the password on a mobile
>> phone or on a console in a chil
If gnu-getopt is not installed in the brew default path,
brew --prefix gnu-getopt will be used, which is annoyingly slow.
brew --prefix is way faster and should be prefered.
---
src/platform/darwin.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/platform/darwin.sh b/src/
In the past commits we implemented a new way to find gnu-getopt on macOS.
If we can not find it, pass can not be used, thus the user should be
notified about this.
---
src/platform/darwin.sh | 5 +
1 file changed, 5 insertions(+)
diff --git a/src/platform/darwin.sh b/src/platform/darwin.sh
in
brew --prefix gnu-getopt will allways make some git lookups which may take
longer, depending on your internet connectivity. We therefore first look
in some default location for gnu-getopt. If it is not found there, make
the regular lookup.
---
src/platform/darwin.sh | 5 -
1 file changed, 4 in
Unlike using brew, the MacPorts default path is assumed when infering the path
to gnu-getopts.
This should not be done, since it is possible to install MacPorts and the ports
in
non-standard paths.
---
src/platform/darwin.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src
---
src/platform/darwin.sh | 19 ---
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/src/platform/darwin.sh b/src/platform/darwin.sh
index a9d32ce..75db6a0 100644
--- a/src/platform/darwin.sh
+++ b/src/platform/darwin.sh
@@ -43,14 +43,19 @@ qrcode() {
fi
}
On Oct 30, 2018, at 4:33 AM, Kjetil Torgrim Homme
wrote:
> Norwegian words are quite long...
>
> $ aspell -d no dump master | grep -v "['A-Z]" | wc
> 489533 489533 6966844
>
> average length of 13 characters. this doesn't really help entropy,
> though. 489533 distinct words give 18.9 bits o
This would solve a recent issue raised by a couple of PRs on the
[pass-git-helper](https://github.com/languitar/pass-git-helper/pulls).
This would be even more useful if we could hold a standard "meta" file that
specified the scheme used by the gpg files, with some standard syntax to
define that.
On Tue, 30 Oct 2018 at 10:33AM +0100, Kjetil Torgrim Homme wrote:
> Den 30. okt. 2018 08:25, skreiv Lenz Weber:
> > Is this something that pass needs? Or, more crass: should it offer this
> > feature or should it be considered harmful?
> >
> > The point of pass, or any password manager, is not hav
Den 30. okt. 2018 08:25, skreiv Lenz Weber:
> Is this something that pass needs? Or, more crass: should it offer this
> feature or should it be considered harmful?
>
> The point of pass, or any password manager, is not having to remember or
> even know your password.
yes, but sometimes you need t
As there were no more complaints, I guess my patch is ok? I will tag it [PATCH]
and hope, that it will go upstream.
Part 1:
Use three assumed default paths for gnu-getopt lookup
brew --prefix gnu-getopt will allways make some git lookups which may take
longer, depending on your internet connecti
Hi,
The homepage says that extensions should be installed in
~/.password-store/, but the manpage mentions
~/.password-store/.extensions/, which is the correct location, afaik.
It seems the source homepage itself is not hosted on git so I'm unable
to create a patch..
RJ
signature.asc
Descripti
Hi,
I've written a pass extension called "pass meta", which allows retrieval
of specific properties from the metadata in a password file. For example:
pass meta mypwdfile user
Will retrieve the value of the user property. It allows searching for
multiple terms (like usernames,user,login), copyin
I think there is a place for rememberable passwords in a password
manager, for example credentials for logging into a graphical session
(where you can't (easily) use a password manager).
I do think that this is better made an extension than implemented into
pass itself though. This would allow gre
On Tue, 30 Oct 2018 at 08:25AM +0100, Lenz Weber wrote:
> Is this something that pass needs? Or, more crass: should it offer this
> feature or should it be considered harmful?
Not necessarily harmful, but useless within the context of a password
manager.
> The point of pass, or any password manag
On 30/10/2018 15:25, Lenz Weber wrote:
>
> Of course, there is nothing speaking against saving a diceware password
> that has been generated elsewhere in pass - as a fallback, in case one
> forgets it.
>
> But this is an edge use case, not a core use case and the stance on edge
> use cases has al
Hi,
I want to bring up the question:
Is this something that pass needs? Or, more crass: should it offer this
feature or should it be considered harmful?
The point of pass, or any password manager, is not having to remember or
even know your password.
The default character set of pass has 31+26+
17 matches
Mail list logo