oricode Posted May 10, 2007 Posted May 10, 2007 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.
MOID Posted May 10, 2007 Posted May 10, 2007 Try this: http://www.windowsitpro.com/Articles/Artic...7536/47536.html
revert Posted May 10, 2007 Posted May 10, 2007 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
starzboy Posted May 10, 2007 Posted May 10, 2007 y dun u encrypt the key b4 u write it and reverse ... and decrypt when u read from registry.@jstormethanx mate ... nice
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now