Posted May 10, 200718 yr I wanted to know , is there a direct way of creating and then hiding registry keys created during execution of any app.In other words, the key should not be visible through 'regedit'. Or even if it is visible, then how to encrypt it , so that the key value could not be known?Help in any coding language would be appreciatedOricode.
May 10, 200718 yr There is another method where you can insert NULL characters in the name of a key so that keys/values under this key are not accessible. They can only be created/modified using the native API (NtCreateKey, NtDeleteKey, NtSetKeyValue) Programs using the regular Win32 are unable to access them.Have a look here. Under "Hidden Registry Keys"http://www.microsoft.com/technet/sysinternals/information/tipsandtrivia.mspx#ECCCheers,jstorme
May 10, 200718 yr y dun u encrypt the key b4 u write it and reverse ... and decrypt when u read from registry.@jstormethanx mate ... nice
Create an account or sign in to comment