Special handling for Veracrypt containers

Have a suggestion for "Everything"? Please post it here.
Post Reply
abr01
Posts: 85
Joined: Tue May 01, 2018 4:57 pm

Special handling for Veracrypt containers

Post by abr01 »

At the moment, i have excluded my virtual drives that appear, when i mount Veracrypt containers, in order to prevent leakage from the file history and index files. Would it be possible, to index data for special drives like those containers in an encrypted way? Or to abandon that session data after usage, but still being able to use Everything while those drives are mounted?
void
Developer
Posts: 15514
Joined: Fri Oct 16, 2009 11:31 pm

Re: Special handling for Veracrypt containers

Post by void »

Please consider running a new Everything instance:

Launch Everything.exe with -instance "Private" and -no-db

For example:

Everything.exe -instance "Private" -no-db

"Private" can be any text you like.
This will launch a new named instance of Everything, along side your normal unnamed instance.
"Private" is shown in the window title and tray icon tooltip.

Setup this new Everything instance to index only your encrypted drives.

-no-db will disable saving and loading to your Everything.db on disk.
A fresh index will be built in memory.

An alternative to -no-db is to store your database on an encrypted drive (Tools -> Options -> Index -> Database location)

Also consider disabling Search History under Tools -> Options -> History.
abr01
Posts: 85
Joined: Tue May 01, 2018 4:57 pm

Re: Special handling for Veracrypt containers

Post by abr01 »

I will try that, sounds promising. Thanks a lot!
Post Reply