void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.6k stars 2.16k forks source link

Package request: Cryptsetup-Nuke #51791

Open wild-d0g opened 3 months ago

wild-d0g commented 3 months ago

Package name

Cryptsetup-Nuke

Package homepage

https://gitlab.com/kalilinux/packages/cryptsetup-nuke-keys

Description

when creating an encrypted LUKS container, a master key is generated at random. A passphrase is then used to encrypt the master key in turn. This process means that the passphrase is not directly coupled to the data. That is, if two sets of identical data are encrypted and the same passphrase used, the master keys remain unique to each set and cannot be swapped out. What this also means however, is that regardless of the passphrase used, if the master key is lost, recovering data is impossible. This process conveniently lends itself to being used as a nuke by deliberately wiping the keys.

[https://www.kali.org/blog/nuke-kali-linux-luks/]

Does the requested package meet the package requirements?

Compiled

Is the requested package released?

Yes

classabbyamp commented 3 months ago
  1. this is a patch on top of cryptsetup. we don't typically apply patches that change or add functionality like this
  2. the patch does not exist for anything close to cryptsetup version we have (2.7.0)
  3. that repo is archived and the last commit is 10 years old
wild-d0g commented 3 months ago

Are there any steps that I can I take in order to perform this setup/build myself--if I feel so inclined to do so? I'd be more than happy to apply the necessary fixes and commit them if the VOID community will accept. Just need someone to point the way, pls