Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use TrueCrypt through another application? (C#)

I have just started using TrueCrypt and I am wondering if it is at all possible for me to write a console/forms app that will allow me to interact with truecrypt. It would be using C# in Visual Studio 2010 with Windows 7. I am just wanting to know if I can do it. If anyone has done it before or knows if it is possible I would appreciate some input.

Thanks,

Stuart.

like image 261
stuartmclark Avatar asked Feb 27 '23 03:02

stuartmclark


1 Answers

I did look (very briefly) a few months ago, and it seems that TrueCrypt has no API other than the command line.

See this question: https://stackoverflow.com/questions/1315677/is-there-an-way-to-programatically-read-a-file-from-a-truecrypt-disk-into-memory as well.

like image 184
Philip Rieck Avatar answered Mar 15 '23 15:03

Philip Rieck