Summary

Develop a new graphical tool similar to "USB startup creator" that allows to setup a encrypted external hard disk or USB drive for all users with only a few mouse clicks.

Release Note

This program allows every user to setup a external disk (external HDD, USB thumb drive, SD card etc.) with maximum ease of use an without using the command line.

Rationale

Ubuntu already supports mounting of encrypted external disks through the GUI. You just have to plug your encrypted disk into your computer, Ubuntu recognizes it as a encrypted disk, displays a message window where it asks for a password and if you enter the correct password the drive is automatically mounted and appears on your desktop.

Unfortunately, creating such an encrypted disk is not quite so easy and can be done only on the command line so far (e.g. http://ubuntu-tutorials.com/2007/08/17/7-steps-to-an-encrypted-partition-local-or-removable-disk/). This should change because encryption is becoming more important with the proliferation of mobile computing and steady reports of data leaks in companies and governments. And since all the technology is already in place it shouldn't fail just because of a missing graphical frontend.

User stories

Michael works for a company that demands all USB thumb drives used by employees to be encrypted to prevent data leak in the case they get lost. When he receives a new USB thumb drive he just starts diskencrypter, inserts his thumb drive, and creates a new partition table with one encrypted partition that spans the whole disk. All he has to do is to select the his new drive from the drive list and press "Encrypt Disk" while using the default options.

Alice is a power user and wants her data to be extremely save. She plugs her new USB drive she wants to encrypt in and starts diskencrypter. But instead of using the default options she chooses to initialize her disk with random data. But since diskencryper shows the progress of this operation it is less painful than doing it on the command line with "dd".

(Not decided yet) Joana is an architect and uses USB flash drive to move insensitive files along many computers. Also she needs to carry some sensitive files and access them on at home and workplace computers. She does not know the size of the files she will want to encrypt in future. She prefers to not have another USB drive - they probably will fit in the existing device after all.

Assumptions

Design

There will be a single window where the user can select the disk drive, the initialization method for the drive and the filesystem to use. After clicking on a button named "Encrypt Disk" the disk will be initialized with ramdon data, it will be encrypted and a filesystem will be created. During each phase the user will see how many phases there, which one the program is in now and how long it will take to finish this phase (or the degree of completion in percent).

Implementation

Test/Demo Plan

BoF agenda and discussion

-- PetrB


CategorySpec

diskencrypterSpec (last edited 2009-06-19 14:30:58 by mail)