Results 1 to 9 of 9

Thread: hidding stuff

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Posts
    114
    Does anyone know where a good place to hide stuff in the registery would be? What I want to do is create a shareware program and give it a 30 day trial period. I want to hide the date it was first started somewhere in the registery so that the user(hacker) can't find it and change it.. Anyone have any suggestions?

    thanks

  2. #2
    Junior Member
    Join Date
    Aug 2000
    Posts
    27
    Why don't you encrypt the date and then store it in the registry.

  3. #3
    Fanatic Member RealisticGraphics's Avatar
    Join Date
    Jul 1999
    Location
    Arkansas
    Posts
    655
    I agree. Encrypt your date key in the registry. However as an add precaution, tell the program that if there is no registry key to not run the program.
    www.RealisticGraphics.net

    Running VS.Net Enterprise & VB 6

    Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML

    MSN Messenger: kmsheff

  4. #4
    Hyperactive Member tumblingdown's Avatar
    Join Date
    Mar 2000
    Posts
    362
    Also, don't use GetSetting etc.
    use a few api calls and bury it somewhere else.
    "One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig


    [email protected]

    "but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Posts
    114
    Why would you use api calls instead of GetSettings, SaveSettings... etc?

  6. #6
    Fanatic Member RealisticGraphics's Avatar
    Join Date
    Jul 1999
    Location
    Arkansas
    Posts
    655
    savesetting and getsetting are all keep under the vba folder. You should put it someplace else.
    www.RealisticGraphics.net

    Running VS.Net Enterprise & VB 6

    Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML

    MSN Messenger: kmsheff

  7. #7
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    Because then you can hide there somewhere deeper, like in HKEY_CLASSES_ROOT or HKEY_CURRENT_USER. You know? it's harder to find...

    also, I read some time ago it's best to split the date/serial up into pieces and bury them in different places in the registry and DLL's in the c:\windows\system dir
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Posts
    114
    Can anyone tell me what those api calls for writting things out to the registery are and how to use them?

    thanks for the responses

  9. #9
    Hyperactive Member tumblingdown's Avatar
    Join Date
    Mar 2000
    Posts
    362
    Kedaman wrote some good stuff for walking thru the Reg.
    Check out his web page for it, it's pretty good.


    "One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig


    [email protected]

    "but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width