cppcryptfs icon indicating copy to clipboard operation
cppcryptfs copied to clipboard

any tool to get back the filename from an encrypted file+filename, provided i got the .diriv file on hand?

Open ccchan234 opened this issue 1 year ago • 1 comments

sorry to ask but i searched this webpage and asked AI, but still found no such solution.

i guess the command line shd be able to help.

did i miss something? could someone simply point me to the document?

thank you.

ccchan234 avatar Mar 23 '24 11:03 ccchan234

as per https://github.com/bailey27/cppcryptfs#command-line-options

if the drive is mounted on Z, then you can list encrypted/unencrypted filenames like this cppcryptfs.exe -lZ:\

to translate a single file name: Aik2nPzD8PRpWsK9IV7CAw located at C:\_encrypted cppcryptfs.exe -MC:\_encrypted\Aik2nPzD8PRpWsK9IV7CAw

neiaberau avatar Mar 24 '24 10:03 neiaberau