this post was submitted on 22 Nov 2023
23 points (92.6% liked)

Linux

47337 readers
1493 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
 

I installed endeavourOS 2 days ago and then, the next day, there was a newnrelease of endeavourOS. It's supposed to have better encryption. Is it possible to upgrade encryption on Linux? An unrelated question: is it possible to change the password of an encrypted partition? I'm a beginner, so please explain your magical commands.

you are viewing a single comment's thread
view the rest of the comments
[–] 0v0@sopuli.xyz 4 points 10 months ago (1 children)

Argon2id (cryptsetup default) and Argon2i PBKDFs are not supported (GRUB bug #59409), only PBKDF2 is.

There is this patch, although I have not tested it myself. There is always cryptsetup luksAddKey --pbkdf pbkdf2.

[–] d3Xt3r@lemmy.nz 4 points 10 months ago

That patch looks promising. But I wouldn't recommend PBKDF2, I mean if you're going to go thru the trouble of converting to LUKS2 for stronger encryption, might as well go for Argon2.