1GOCRYPTFS-XRAY(1) GOCRYPTFS-XRAY(1)
2
3
4
6 gocryptfs-xray - examine gocryptfs-related data
7
9 Examine encrypted file/directory
10 gocryptfs-xray CIPHERDIR/ENCRYPTED-FILE-OR-DIR
11
12 Decrypt and show master key
13 gocryptfs-xray -dumpmasterkey CIPHERDIR/gocryptfs.conf
14
16 Available options are listed below.
17
18 -aessiv
19 Assume AES-SIV mode instead of AES-GCM when examining an encrypted
20 file. Is not needed and has no effect in -dumpmasterkey mode.
21
22 -dumpmasterkey
23 Decrypts and shows the master key.
24
26 Examine an encrypted file:
27
28 gocryptfs-xray myfs/mCXnISiv7nEmyc0glGuhTQ
29
30 Print the master key:
31
32 gocryptfs-xray -dumpmasterkey myfs/gocryptfs.conf
33
35 gocryptfs(1) fuse(8)
36
38 github.com/rfjakob.
39
40
41
42 Jan 2018 GOCRYPTFS-XRAY(1)