grumt

joined 1 week ago
[–] grumt@lemmy.ml 15 points 1 day ago (2 children)

dayum, I would make a fake and gay joke, but this is so fucking wholesome that I just cant

[–] grumt@lemmy.ml 1 points 1 day ago

That's fair hahaha

[–] grumt@lemmy.ml 1 points 1 day ago (2 children)

Well, 4get use a scraper, so I can use searxng, startpage or any other indexer with it (including DuckDuckGo, google, yandex etc). And another thing is the fact that almost every instance has support for Tor hidden services (which I use). But in the the end is more of matter of preference, I'm more of a fan of the less modern frontend

 

I'm really sad, started to play this game recently and was having so much fun

[–] grumt@lemmy.ml 1 points 2 days ago

man thats so sad, I had just started to play this game, was having so much fun

[–] grumt@lemmy.ml 4 points 2 days ago* (last edited 2 days ago) (4 children)

yeah, the dev seems kinda like a shitposter ngl (although there are some funny pictures in the front page)

However, I configured it as my default search engine, so I never go to the front page. Also, at least is free and open source (AGPL)

[–] grumt@lemmy.ml 4 points 2 days ago (11 children)

Been using 4get for some time now, I don't think a search engine can get better than this

[–] grumt@lemmy.ml 4 points 1 week ago* (last edited 1 week ago) (13 children)

I agree, but picture this: if someone get their hands in a kdbx database, they would need to brute force through the master password; they couldn't possibly know any sites or logins. In the other hand, if someone got your password store, and you used this hierarchy structure, they could try to attack directly the logins, which increases the attack surface. That being said, yes, I completely agree with your last statement.

edit. For example, if you want to host the password database in a host service not owned by yourself, pass is entirely out of question in this case. A kbdx database, however, would offer a good deal of privacy

[–] grumt@lemmy.ml 2 points 1 week ago (1 children)

Hmm I get it. As I said, I think there is good use cases for it, specially because of the simplicity, but I personally prefer to have the entire database encrypted, kinda like keepassxc does

[–] grumt@lemmy.ml 2 points 1 week ago (3 children)

So even the sub-directories of the password store are encrypted? For example, even if I put my password int the name of a subdirectory, they wouldn't be able to see it?

21
submitted 1 week ago* (last edited 1 week ago) by grumt@lemmy.ml to c/privacy@lemmy.ml
 

So, I've been using keepassxc for some time now, but I wanted a viable alternative for command line usage (there is keepassxc-cli, that I use, but it is really a pain in the ass). So, I searched and found pass and gopass.

However, I've seen that they store each entry in a gpg encrypted file, inside a plain directory hierarchy. And, don't get me wrong, I believe that there are use cases for this, but if someone got their hands in your password_store, they would know every single login that you have (the only information that is protected is the password, or whatever is in the gpg file).

So, my question is, there is a password manager, cli based, that encrypts the whole database, and not the single entries?

Update: there is a pass extension made specifically to address this issue