Title:		cryptsetup.tcz
Description:	cryptsetup - Files and scripts for setting up encrypted volumes
Version:	1.4.1
Author:		Various (see /usr/local/share/doc/License/cryptsetup-authors.txt)
Original-site:	http://code.google.com/p/
Copying-policy:	GPL (see /usr/local/share/doc/License/cryptsetup-copying.txt)
Size:		124K
Extension_by:	gutmensch, hiro
Tags:		cryptsetup encrypt drive luks key setup
Comments:	Use cryptsetup to easily encrypt partitions or disks.
		BE CAREFUL. YOU MAY LOSE DATA WHEN YOU CHOOSE A WRONG DISK!
		Example for a hard disk /dev/sdd:
		$ sudo su
		$ cryptsetup luksFormat /dev/sdd
		$ cryptsetup luksOpen /dev/sdd cryptedsdd
		$ mkfs.ext4 /dev/mapper/cryptedsdd
		$ mkdir /mnt/cryptedsdd
		$ mount /dev/mapper/cryptedsdd /mnt/cryptedsdd
	   	---
		This extension is PPI compatible.
Change-log:	2010/06/14	Initial version 1.1.2
		2011/06/25	Bump to 1.3.0
		2012/04/06	Bump to 1.4.1
Current:	2015/10/24      Bump to 1.6.8 (by hiro)