gocryptfs-xray - Man Page
examine gocryptfs-related data
Synopsis
Examine encrypted file/directory
gocryptfs-xray CIPHERDIR/ENCRYPTED-FILE-OR-DIR
Decrypt and show master key
gocryptfs-xray -dumpmasterkey CIPHERDIR/gocryptfs.conf
Description
Available options are listed below.
-aessiv
Assume AES-SIV mode instead of AES-GCM when examining an encrypted file. Is not needed and has no effect in -dumpmasterkey
mode.
-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)
Authors
github.com/rfjakob.
Info
Jan 2018