.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "GOCRYPTFS-XRAY" "1" "Jan 2018" "" "" .hy .SH NAME .PP gocryptfs-xray - examine gocryptfs-related data .SH SYNOPSIS .SS Examine encrypted file/directory .PP gocryptfs-xray CIPHERDIR/ENCRYPTED-FILE-OR-DIR .SS Decrypt and show master key .PP gocryptfs-xray -dumpmasterkey CIPHERDIR/gocryptfs.conf .SH DESCRIPTION .PP Available options are listed below. .SS -aessiv .PP Assume AES-SIV mode instead of AES-GCM when examining an encrypted file. Is not needed and has no effect in \f[C]-dumpmasterkey\f[R] mode. .SS -dumpmasterkey .PP Decrypts and shows the master key. .SH EXAMPLES .PP Examine an encrypted file: .IP .nf \f[C] gocryptfs-xray myfs/mCXnISiv7nEmyc0glGuhTQ \f[R] .fi .PP Print the master key: .IP .nf \f[C] gocryptfs-xray -dumpmasterkey myfs/gocryptfs.conf \f[R] .fi .SH SEE ALSO .PP gocryptfs(1) fuse(8) .SH AUTHORS github.com/rfjakob.