0

What encryption is used in a default Ubuntu full hard drive encryption and is it possible to specify another?

KI4JGT
  • 1,820

2 Answers2

1

Probably AES256 (as I could figure out from https://help.ubuntu.com/community/EncryptedHome)

nsane
  • 476
0

Apparently it uses an XTS-AES (AES-cipher) with a hash algorithm sha1 (256bit key-size) by default, using Linux Unified Key Setup (LUKS). You should be able to change this manually somewhere in the Ubiquity scripts, when the command cryptsetup is used.

Type in man cryptsetup for more information.

nsane
  • 476
MrVaykadji
  • 5,875
  • 2
  • 32
  • 55