2
2
3
3
> This project is fork from https://github.com/purejava/keepassxc-cryptomator , add GnuPG support
4
4
5
- [ ![ GitHub Release] ( https://img.shields.io/github/v/release/purejava/keepassxc -cryptomator )] ( https://github.com/purejava/keepassxc -cryptomator/releases )
6
- [ ![ License] ( https://img.shields.io/github/license/purejava/keepassxc -cryptomator.svg )] ( https://github.com/purejava/keepassxc -cryptomator/blob/master/LICENSE )
5
+ [ ![ GitHub Release] ( https://img.shields.io/github/v/release/jht5945/gnupg -cryptomator )] ( https://github.com/jht5945/gnupg -cryptomator/releases )
6
+ [ ![ License] ( https://img.shields.io/github/license/jht5945/gnupg -cryptomator.svg )] ( https://github.com/jht5945/gnupg -cryptomator/blob/master/LICENSE )
7
7
8
8
Plug-in for Cryptomator to store vault passwords with GnuPG encryption.
9
9
10
+
10
11
# Build Project
11
12
12
13
Requirement:
@@ -18,12 +19,13 @@ Requirement:
18
19
mvn package
19
20
```
20
21
21
- Copy plugin in ` target/gnupg-cryptomator-1.0.0-SNAPSHOT. jar ` to Cryptomator plugins dir .
22
+ Copy packaged plugin from ` target/gnupg-cryptomator-$VERSION. jar ` to Cryptomator plugins directory .
22
23
> Usage reference [ Wiki] ( https://github.com/purejava/keepassxc-cryptomator/wiki )
23
24
25
+
24
26
# Configuration
25
27
26
- Config file location:
28
+ Configure file location:
27
29
28
30
* ` /etc/cryptomator/config.json `
29
31
* ` ~/.config/cryptomator/config.json `
@@ -35,20 +37,19 @@ Config file location:
35
37
}
36
38
```
37
39
> ` gnuPgCommand ` GnuPG command path, find it by ` which gpg ` <br >
38
- > ` keyId ` is GnuPG key ID, you can find it by ` gpg -K `
40
+ > ` keyId ` is GnuPG key ID, you can find it by ` gpg -K ` <br >
41
+ > ` encryptKeyBasePath ` is key store path, default value is ` $USER_HOME/.config/cryptomator/keys/ `
39
42
40
- Keys will store in directory:
41
- ` ~/.config/cryptomator/keys/ `
42
43
43
44
# Documentation
44
45
45
46
For documentation please take a look at the [ Wiki] ( https://github.com/purejava/keepassxc-cryptomator/wiki ) .
46
47
48
+
47
49
# Copyright
48
50
49
51
Copyright (C) 2021-2024 Ralph Plawetzki<br >
50
52
Copyright (C) 2024-2024 Hatter Jiang
51
53
52
- The Cryptomator logo is Copyright (C) of https://cryptomator.org/
53
-
54
+ The Cryptomator logo is Copyright (C) of https://cryptomator.org/ <br >
54
55
The KeePassXC logo is Copyright (C) of https://keepassxc.org/
0 commit comments