diff options
Diffstat (limited to 'desktop/krypt/README')
-rw-r--r-- | desktop/krypt/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/krypt/README b/desktop/krypt/README new file mode 100644 index 0000000000000..a7f17951f982e --- /dev/null +++ b/desktop/krypt/README @@ -0,0 +1,10 @@ +Krypt is a simple application that sits in the tray, and provides easy access +to the list of volumes encrypted with LUKS. +It has following features: + 1. Quickly decrypt and encrypt devices + 2. Mount and umount encrypted devices + 3. List of devices to ignore + 4. Storing volume passwords in KDE Wallet + 5. Detailed per-volume configuration + +Required dependencies: Qt >=3.3 (not Qt4) KDE 3.5 DBus >= 0.90 HAL >= 0.5.9 |