How to search for encrypted container files?
-
abr01
- Posts: 205
- Joined: Tue May 01, 2018 4:57 pm
How to search for encrypted container files?
Hi. I have found one thread about files without any extension, but it wasn't really explained, how to search for them. I am talking about Veracrypt containers. So, is there a way to find those files using Everything?
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How to search for encrypted container files?
Please try the following search:
ext:
-or-
!.
! = NOT
ext:
-or-
!.
! = NOT
-
abr01
- Posts: 205
- Joined: Tue May 01, 2018 4:57 pm
Re: How to search for encrypted container files?
Thanks, the first one is already working. Is there a way to combine it with a minimum size, to avoid those myriads of browser files? I couldn't figure it out so far.
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How to search for encrypted container files?
Please try the following search:
ext: size:>100mb
(only shows files over 100MB)
ext: size:>100mb
(only shows files over 100MB)
-
abr01
- Posts: 205
- Joined: Tue May 01, 2018 4:57 pm
Re: How to search for encrypted container files?
That's perfect! Thanks!