LUKS: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "It appears that veracrypt is no longer included with Ubuntu. It now includes LUKS (Linux Unified Key Setup) by default. I created an LUKS encrypted USB key per these instruct...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:


https://umatechnology.org/how-to-create-a-secure-usb-drive-in-ubuntu-with-linux-unified-key-setup/
https://umatechnology.org/how-to-create-a-secure-usb-drive-in-ubuntu-with-linux-unified-key-setup/
= See Also =
* [[Maltfield_Log/2018_Q2#Mon_May_21.2C_2018]]
* [[Veracrypt]]
* [[Zulucrypt]]
* [[Keepass]]
* [[Pgp]]
* [[OSE_Server#sshfs]]
* [[Backups]]
* [[Server and Passwords Notes]]
* [[Access Management Theory]]
* [[Internet Security 101]]
[[Category: IT Infrastructure]]
[[Category: Software]]
[[Category: Cybersecurity]]

Latest revision as of 20:34, 11 April 2025

It appears that veracrypt is no longer included with Ubuntu. It now includes LUKS (Linux Unified Key Setup) by default.

I created an LUKS encrypted USB key per these instructions:

https://umatechnology.org/how-to-create-a-secure-usb-drive-in-ubuntu-with-linux-unified-key-setup/

See Also