commit | 3a262f0bc7b6e4ef39a61dd64ee5f31e5aef12d3 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Thu Jan 21 11:11:10 2021 +0800 |
committer | Googler <no-reply@google.com> | Tue Oct 25 00:45:59 2022 -0700 |
tree | 91d3f2267ff9e3b9414f03729cd0e1e9a16c1a46 |
Project import generated by Copybara. GitOrigin-RevId: 94b8ab38d80d7969aab916d6fcc7c1a9a731bc81
Cryptsetup is utility used to conveniently setup disk encryption based on DMCrypt kernel module.
These include plain dm-crypt volumes, LUKS volumes, loop-AES and TrueCrypt (including VeraCrypt extension) format.
Project also includes veritysetup utility used to conveniently setup DMVerity block integrity checking kernel module.
LUKS is the standard for Linux hard disk encryption. By providing a standard on-disk-format, it does not
only facilitate compatibility among distributions, but also provides secure management of multiple user passwords.
In contrast to existing solution, LUKS stores all setup necessary setup information in the partition header,
enabling the user to transport or migrate his data seamlessly.
Last version of the LUKS format specification is available here.
CVE-2016-4484 (Initrd root shell)
This is problem in intramfs scripts only (these are not part of cryptsetup project), it is neiter bug in cryptsetup nor in LUKS.
Some distributions could add these scripts to distributed package, please check your distro updates for more info.
All release tarballs and release notes are hosted on kernel.org.
The latest cryptsetup version is 1.7.5
Previous versions
For development version code, please refer to source page, mirror on kernel.org or GitHub.
For libcryptsetup documentation see libcryptsetup API page.
The libcryptsetup API/ABI changes are tracked in compatibility report.
NLS PO files are maintained by TranslationProject.
Please always read FAQ first. For cryptsetup and LUKS related questions, please use the dm-crypt mailing list, dm-crypt@saout.de.
If you want to subscribe just send an empty mail to dm-crypt-subscribe@saout.de.
You can also browse list archive or read it through web interface.