1SIRIKALI(1) SIRIKALI(1)
2
3
4
6 sirikali -- manage user encrypted volumes
7
9 sirikali [options]
10
12 sirikali provides a graphical user interface for managing encrypted
13 volumes for a user.
14
15 The actual mounting/encryption process is managed by another service.
16 The supported services are CryFS, EncFS, GocryptFS, and SecureFS. At
17 least one of these services must be installed.
18
19 Encrypted volumes are created using the "Create Volume" menu. The en‐
20 crypted data is stored at the "Volume Path". For normal password pro‐
21 tection, use the "Key" option.
22
23 To unmount a volume, click on the volume path and select 'Unmount'.
24
25 To mount an existing volume, select "Mount Volume", select the directo‐
26 ry containing the encrypted data, and enter the key information.
27
28 Options:
29
30 -d dir Path to where a volume to be auto unlocked/mounted is located.
31
32 -m tool
33 Tool to use to open a default file manager(default tool is
34 xdg-open).
35
36 -e Start the application without showing the GUI.
37
38 -b backend
39 A name of a backend to retrieve a password from when a volume is
40 open from CLI. Supported backends are: "internal","stdin","key‐
41 file","kwallet" and "libsecret". The first three are always
42 present but the rest are compile time dependencies.
43
44 "internal" option causes SiriKali to read password from lxqt-
45 wallet internal backend.
46
47 "stdin" option causes SiriKali to read the password from stan‐
48 dard input.
49
50 "keyfile" option causes SiriKali to read the password from a
51 file.
52
53 "libsecret" option causes SiriKali to read password from lxqt-
54 wallet libsecret backend.
55
56 "kwallet" option causes SiriKali to read password from lxqt-wal‐
57 let kwallet backend.
58
59 -k val When opening a volume from CLI,a value of "rw" will open the
60 volume in read mode and a value of "ro" will open the volume in
61 read only mode.
62
63 -z path
64 Full path of the mount point to be used when the volume is
65 opened from CLI. This option is optional.
66
67 -c path
68 Set Volume Configuration File Path when a volume is opened from
69 CLI.
70
71 -i min Set inactivity timeout(in minutes) to dismount the volume when
72 mounted from CLI.
73
74 -o val Set mount options when mounting a volume from CLI.
75
76 -u path
77 Unmount volume.
78
79 -p Print a list of unlocked volumes.
80
81 -f path
82 Path to keyfile.
83
84 -s Option to trigger generation of password hash.
85
86 -h, --help
87 Show a help message.
88
90 cryfs(1), encfs(1), gocryptfs(1)
91
92
93
94 Feb 2017 SIRIKALI(1)