Wiki

Clone wiki

KeePassTrueCryptMount-Mod / Home

#TrueCrypt Mount Plugin (Modified)

Fork of KeePassTrueCryptMount that has made the following modifications:

  • Incorporates Derek Chafin's fix which is still outstanding in original code base.
  • You can now use the entry's own URL field instead of having to specify it separately (although this does not support all the various things that it can do - including use of placeholders).
  • You can use environment variables in the volume path.

Download

I have provided the corresponding .pglx file tentatively labelled version 2.4 to reflect the updates. (The plugin versioning as shown by KeePass is still dependent on the original code base though.)

Help

See the original wiki.


##Technical Information

Modifications of used API methods:

###.net

  • Environment.ExpandEnvironmentVariables to support environment variables in URI.

Updated