From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from avasout05.plus.net (avasout05.plus.net [84.93.230.250]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Mon, 24 Nov 2014 13:58:43 +0100 (CET) Message-ID: <54732AEA.1050704@jelmail.com> Date: Mon, 24 Nov 2014 12:56:10 +0000 From: John Lane MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [dm-crypt] AFSplitter in Ruby List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Hi, I've been learning with interest how LUKS works. To help me understand, I built a little Ruby tool to dump a LUKS header and master password. That required an AFsplitter, so I wrote my own in Ruby and packaged it as a Ruby Gem. I also used a FFI to bind with the library at http://clemens.endorphin.org/AFsplitter. I thought I'd share what I did in case anyone else is interested. https://rubygems.org/gems/afsplitter All the best, John