From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7sjH0kjWEhSP for ; Wed, 11 Dec 2013 20:11:53 +0100 (CET) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Wed, 11 Dec 2013 20:11:52 +0100 (CET) Received: from fulvetta.riseup.net (fulvetta-pn.riseup.net [10.0.1.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 2FD4651320 for ; Wed, 11 Dec 2013 10:59:07 -0800 (PST) Message-ID: <52A8B602.4030303@riseup.net> Date: Wed, 11 Dec 2013 21:59:14 +0300 From: tada MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [dm-crypt] Possibility for safe Luks partition delete functionality List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Hi everyone! I was wondering if it is possible to add something like shred or wipe functionality for Luks devices, call it luksWipe, to safely delete the luks header in case of emergency by overwriting it several times with random data as shred is doing to files for example. Cheers! Tada