this post was submitted on 06 Oct 2024
34 points (97.2% liked)

Linux

47597 readers
846 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
34
submitted 16 hours ago* (last edited 16 hours ago) by King@r.nf to c/linux@lemmy.ml
 

Can I use it fully offline?

How do I back it up to USB drive?

What does the day-to-day operation of Pass compared to Keepass look like?

I am trying to learn it as I want to use it, as I think that keepass is bloated for my use case, and I would appreciate any help here.

you are viewing a single comment's thread
view the rest of the comments
[–] JubilantJaguar@lemmy.world 3 points 15 hours ago (2 children)

What does the day-to-day operation of Pass compared to Keepass look like?

Someone else can confirm but Keepass seems to use symmetric encryption, whereas Pass definitely uses an asymmetric key pair.

This is why I gave up on Pass. Obviously it has its advantages or they wouldn't have done it, but personally I find that this is too much complexity for something as critical as password storage. I want to be able to access the vault with a single memorized master password and nothing else. That is only possible with symmetric encryption.

[–] Ephera@lemmy.ml 3 points 12 hours ago

I'm guessing, they did it this way, because there's no persistent process to keep the decrypted files open. You'd need to ask the user for the password for every single command they run. With GPG, that persistent process is gpg-agent.

Of course, encryption with a GPG key is also going to be more secure than the longest password you can come up with.

I guess, many people will want access to GPG, too, if they want access to their passwords, so they're not bothered by it.
But yeah, I do also remember setting that up on Android, where you need a separate app to do the GPG, and it really stops feeling simple pretty quickly...

[–] darkan15@lemmy.world 2 points 12 hours ago* (last edited 12 hours ago) (1 children)

This is not correct as pass uses GPG, and you can do symmetric encryption with it, it is just a different parameter in the command.

You can use a different password per file, or the same one

[–] JubilantJaguar@lemmy.world 1 points 6 hours ago

Citation needed, man page says nothing about that. Of course, you can use GPG directly to get symmetric, that is what I chose to do