rfjakob / gocryptfs

Encrypted overlay filesystem written in Go
https://nuetzlich.net/gocryptfs/
MIT License
3.4k stars 244 forks source link

Listing plain text names with encrypted names #836

Closed loungebob closed 2 months ago

loungebob commented 3 months ago

I need to process quite a bit of data and it looks like I need to do it through the Google Drive web interface because it's the only way I can see the proper file/folder owner.

Since I need to process only those owned by a specific user I wondered if there is a way to show the plain text file and folder name next to the encrypted ones? (maybe in a list)

If I have to manually match the encrypted files of a specific owner to the ones locally mounted in plain text it'll take forever....

loungebob commented 2 months ago

Figured it out.

rfjakob commented 2 months ago

Using

https://github.com/rfjakob/gocryptfs/blob/master/Documentation/MANPAGE-XRAY.md#-decrypt-paths

?

On Wed, 24 Apr 2024, 01:49 loungebob, @.***> wrote:

Figured it out.

— Reply to this email directly, view it on GitHub https://github.com/rfjakob/gocryptfs/issues/836#issuecomment-2073669970, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACGA7YDS4VQZJZ3AHPO7DDY63XPDAVCNFSM6AAAAABFPBUWKWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZTGY3DSOJXGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

loungebob commented 2 months ago

Using https://github.com/rfjakob/gocryptfs/blob/master/Documentation/MANPAGE-XRAY.md#-decrypt-paths ? On Wed, 24 Apr 2024, 01:49 loungebob, @.> wrote: Figured it out. — Reply to this email directly, view it on GitHub <#836 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACGA7YDS4VQZJZ3AHPO7DDY63XPDAVCNFSM6AAAAABFPBUWKWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZTGY3DSOJXGA . You are receiving this because you are subscribed to this thread.Message ID: @.>

Yes, sorry, of course. I should have just read through previous comments more carefully where you mentioned this a while ago.

Satlinker commented 2 months ago

gocryptfs-xray -decrypt-paths encryptedpath shows: connection refused

rfjakob commented 2 months ago

You must connect to a running gocryptfs

See 3rd example here https://github.com/rfjakob/gocryptfs/blob/master/Documentation/MANPAGE-XRAY.md#examples

On Thu, 9 May 2024, 12:41 Matthias Lehmann, @.***> wrote:

gocryptfs-xray -decrypt-paths encryptedpath shows: connection refused

— Reply to this email directly, view it on GitHub https://github.com/rfjakob/gocryptfs/issues/836#issuecomment-2102415171, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACGA74UQ7RA7FE5O3M2O2TZBNHENAVCNFSM6AAAAABFPBUWKWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBSGQYTKMJXGE . You are receiving this because you commented.Message ID: @.***>