C#: Detect encrypted volumes
Determine if a given path/filename is pointing to an encrypted volume. This C# code analyses a specified file path and determines if it is pointing to a mounted encryption container (e.g. PGP disk, TrueCrypt, VeraCrypt volume). Determine if a given … Continued