hidden - Is this possible to create a partition which be accessible but invisible by TrueCrypt and C#? -


i have folder in cd/dvd , want make contents invisible, accessible , encrypted. decide use truecrypt making folder encrypted hidden volume.but method , user can see new volume contents after mounted. want know possible make mounted volume accessible invisible? , there other solution programming in c#?

yes can. need write few of code produce registry file hide truecrypt drive. example make hide truecrypt drive known z:. first, open notepad , enter code.

 windows registry editor version 5.00  [hkey_current_user\software\microsoft\windows\currentversion\policies\explorer] "nodrives"=hex:00,00,00,02  

then save file name hidez.reg. double click file , restart pc. after finished restart, drive z: (truecrypt drive invisible form computer). important truecrypt drive letter z:.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -