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

Some applications that have a temporary filename/extension on a file while it is downloading (e.g. crdownload files for Chrome, .partial files for Edge) fail in various ways to download files...

When I use command `cppcryptfsctl -m "Folder" -c "Folder\gocryptfs.conf" -d A -P` to mount - I get `cppcryptfs: unable to retrieve password` error I can mount with saved password using...

When I click "Add Mount Point..." button, the "Browse for Folder" dialog that opens looks like this: ![image](https://user-images.githubusercontent.com/45727825/167243067-9a6ccdd2-25cb-4bc7-b135-981d9cd17ef5.png) This dialog makes us navigate through folder structure manually. There is no...

The folder mount points appear in the order they were created. If there are a lot of them, being able to sort them would be helpful. Thanks.

I upgraded to 1.4.3.11 a week ago and i have a lot of problems. Freeze at startup i have to kill programs and launch them again, until they work examples...

I've been using cppcryptfs for about a year now, and I've run into a problem where I get directories that can't be deleted, even though they're empty. For example: ![Screenshot](https://user-images.githubusercontent.com/3866418/152442840-e9734aac-24f8-4548-bbca-81c5238d3e3f.png)...

Hi Guys, I would like to use cppcryptfs on old devices with no AES-NI support. Is a chacha20 support planned?

Very low priority request: For the UI to change to a dark background if windows dark mode is enabled.

Google File Stream remained stable and open, but cpp crashed fully, albeit gracefully. This occurred on two separate occasions when deleting a 5-10 thousand files at once of a single...

Is there any way to pass a password securely to the mount command? That could be really useful for pure command line usage.