-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.PackageInfo
More file actions
26 lines (26 loc) · 905 Bytes
/
.PackageInfo
File metadata and controls
26 lines (26 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name drive_encryption
version 1.3-1
architecture x86_gcc2
summary "A tool to encrypt devices and file images."
description "DriveEncryption is a suite of programs to allow you to encrypt devices and file images. The encryption is done via the AES algorithm, and protected via a password.
It can also use devices created with TrueCrypt (http://www.truecrypt.org/), available for Windows and Linux, as long as you've created them to use the AES encryption algorithm and a RIPEMD-160 hash algorithm protected password."
packager "Axel Dörfler <axeld@pinc-software.de>"
vendor "pinc Software"
licenses {
"TrueCrypt" "MIT"
}
copyrights {
"Copyright 2007-2022, pinc Software"
}
source-urls {
"https://github.com/axeld/driveencryption"
}
requires {
haiku >= r1~beta1_hrev5629-1
}
provides {
encrypted_drive = 1.3
cmd:encrypted_drive_control = 1.3
apps:DriveEncryption = 1.3
apps:Login = 1.3
}