summaryrefslogtreecommitdiff
path: root/Documentation/MANPAGE-XRAY.md
blob: e8952f613ebc4c1c9ca9910362e18be2958dec7d (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
% GOCRYPTFS-XRAY(1)
% github.com/rfjakob
% Jan 2018

NAME
====

gocryptfs-xray - examine gocryptfs-related data

SYNOPSIS
========

#### Examine encrypted file/directory
gocryptfs CIPHERDIR/ENCRYPTED-FILE-OR-DIR

#### Decrypt and show master key
gocryptfs -dumpmasterkey CIPHERDIR/gocryptfs.conf

DESCRIPTION
===========

Available options are listed below.

#### -dumpmasterkey
Decrypts and shows the master key.

EXAMPLES
========

Examine an encrypted file:

	gocryptfs-xray myfs/mCXnISiv7nEmyc0glGuhTQ

Print the master key:

	gocryptfs-xray -dumpmasterkey myfs/gocryptfs.conf

SEE ALSO
========
gocryptfs(1) fuse(8)