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
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]]
* [[LUKS]]
* [[OSE_Server#sshfs]]
* [[Backups]]
* [[Server and Passwords Notes]]
* [[Access Management Theory]]
* [[Internet Security 101]]
[[Category: IT Infrastructure]]
[[Category: Software]]
[[Category: Cybersecurity]]

Revision as of 20:33, 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