Jump to content
Tuts 4 You

Hiding Registry Keys


oricode

Recommended Posts

Posted

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 appreciated

Oricode.

Posted

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#ECC

Cheers,

jstorme

Posted

y dun u encrypt the key b4 u write it and reverse ... and decrypt when u read from registry.

@jstorme

thanx mate ... nice

Posted

Nice read there...Thanks jstorme

Posted

@jstorme

Thanks, that was helpful.

Posted

no problem, glad it helps. :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...