cppcryptfs icon indicating copy to clipboard operation
cppcryptfs copied to clipboard

cppcryptfs is an implementation of the gocryptfs encrypted overlay filesystem in C++ for Windows.

Results 48 cppcryptfs issues
Sort by recently updated
recently updated
newest added

In [cppcryptfs 1.4.4.0](https://github.com/bailey27/cppcryptfs/releases/tag/1.4.4.0). I noticed that if I keep the "deterministic names" option as enabled, then create a reverse volume, the encrypted view provides the result, including gocryptfs.diriv, as if...

cppcryptfs version 1.4.4.0 implements the "deterministic names" feature which makes diriv files unnecessary. This is very significant for me. I have several folders encrypted with previous cppcryptfs version which have...

Lately, when a file already exists and windows explorer asks if I want to replace it and I chose yes, explorer halts/freezes up for a while and then tells me...

As was completed(?) in https://github.com/rfjakob/gocryptfs/issues/37, there should now be an parameter( "nametransform.DirIVFilename" ), that can be used to change the filenames for the "gocryptfs.diriv" files located in each directory. Would...

Hello! bailey27 I have encountered two problems recently. I want to give you feedback --- 1. I encountered a case where diriv files were lost during cloud synchronization. I noticed...

How to reproduce: - Mount empty file system to a folder - Download QOwnNotes https://www.qownnotes.org/ - Set the note folder to the mounted folder - Save a note - Application...

That would automount a user's filesystems transparently on boot using a windows service. In the GUI we would select which filesystems to automount and enable/disable service mode. Or even better...

Hi, Has any way to encrypt googledrive? I have a next problems than trying to move gdrive folders to encrypted disk. Trying to switch google drive streaming location to encrypted...

when i enabled encypt keys in memory my files started getting courupted and i didn't know whats going on until i rememberd that its still experimental so i suggest to...

`cppcryptfs` (and `gocryptfs`) are great. It's the *reverse* mode, that differentiates ist from other solutions. My use case of reverse mode is a backup workflow: Provide an encrypted view of...