this post was submitted on 06 Oct 2024
35 points (97.3% liked)

Linux

47597 readers
822 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
35
submitted 17 hours ago* (last edited 17 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 17 hours ago (3 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.

[–] darkan15@lemmy.world 2 points 13 hours ago* (last edited 13 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 8 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

load more comments (1 replies)