BitJam / live-usb-maker

Create an antiX/MX LiveUSB
GNU General Public License v3.0
34 stars 13 forks source link

weak encryption algorithm Luks type 1 #10

Open onlineapps-cloud opened 3 months ago

onlineapps-cloud commented 3 months ago

hi, i tried right now this tool and i saw in logs that is used Luks type 1, can you change encryption algorithm to use more secure Luks type 2?

BitJam commented 3 months ago

There is a command line option --force=luks2 that changes the encryption type to luks2. This was not advertised because (I think) luks2 didn't work from within busybox which performs the early boot process. Or something like that. If this problem has been fixed and if a new fixed version of busybox is used then --force=luks2 should make a working encrypted live-usb using luks2.

On Mon, Aug 26, 2024 at 1:32 AM onlineapps @.***> wrote:

hi, i tried right now this tool and i saw in logs that is used Luks type 1, can you change encryption algorithm to use more secure Luks type 2?

— Reply to this email directly, view it on GitHub https://github.com/BitJam/live-usb-maker/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGRHZWLTMF3HIGILXHNWLDZTLKYJAVCNFSM6AAAAABNDOBHS2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4DMMJVGY3TSNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

onlineapps-cloud commented 3 months ago

i checked live-usb-maker with --force=luks2 and it's working as expected, i checked on mxlinux distro.

onlineapps-cloud commented 3 months ago

also i saw that flag --force=luks2 not exist in app help, can you add it?

BitJam commented 3 months ago

I don't maintain the GUI wrapper. I think Adrian from the MX team does that. You can ask them at the mx-live-usb-maker repo (I think) or over on the MX forums.

On Mon, Aug 26, 2024, 2:28 PM onlineapps @.***> wrote:

also i saw that flag --force=luks2 not exist in app help, can you add it?

— Reply to this email directly, view it on GitHub https://github.com/BitJam/live-usb-maker/issues/10#issuecomment-2311027512, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGRHZVFWI2R6RDLUZ2KDGLZTOFWLAVCNFSM6AAAAABNDOBHS2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJRGAZDONJRGI . You are receiving this because you commented.Message ID: @.***>

onlineapps-cloud commented 3 months ago

yes, i talked with him about luks2, but i talk about live-usb-maker help usage, i cannot find --force=luks2 argument image