2018-01-10 20:27:03 +01:00
|
|
|
% 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.
|
|
|
|
|
2019-01-04 19:39:10 +01:00
|
|
|
#### -aessiv
|
|
|
|
Assume AES-SIV mode instead of AES-GCM when examining an encrypted file.
|
|
|
|
Is not needed and has no effect in `-dumpmasterkey` mode.
|
|
|
|
|
2018-01-10 20:27:03 +01:00
|
|
|
#### -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)
|