Results 1 to 6 of 6
  1. #1
    Transferred's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    766
    Reputation
    31
    Thanks
    447
    My Mood
    Buzzed

    I am really stuck

    so i wanna make a program which has database operations but people will just decompile the program and see my database info and steal it/inject it
    so is there any way possible to make it so people only get a sort of client? and the server side has the database operations

    (you might just say obvious client + server) but i need some more info then that, thanks

  2. #2
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    TCP/IP server + client (or use a webserver and webrequests). Make the client send requests to the server, the server then checks the request, validates it and pulls data from the database. Afterwards the result is sent back to the client. There are a "few" articles about TCP/IP server + client connections. I can't really recommend one because I did not do anything TCP/IP related for a while
    Last edited by Biesi; 04-16-2016 at 01:32 PM.

  3. #3
    The Corvo's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    $_SERVER['REMOTE_ADDR']
    Posts
    1,635
    Reputation
    270
    Thanks
    2,357
    My Mood
    Angelic
    What @Biesi says indeed.
    Let a webserver handle the database part and just send a request with an api key or something similar.
    I'm only giving my skype through PM. If you got added by someone claiming to be me verify it with a pm!

  4. #4
    MikeRohsoft's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Los Santos
    Posts
    797
    Reputation
    593
    Thanks
    26,314
    Quote Originally Posted by The Corvo View Post
    What @Biesi says indeed.
    Let a webserver handle the database part and just send a request with an api key or something similar.
    Then i sniff the Traffic and ask Server by my self ^^
    How it looks with a Databases which is only save encrypted Values?
    Then you have just to save your key.

  5. #5
    The Corvo's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    $_SERVER['REMOTE_ADDR']
    Posts
    1,635
    Reputation
    270
    Thanks
    2,357
    My Mood
    Angelic
    Quote Originally Posted by MikeRohsoft View Post
    Then i sniff the Traffic and ask Server by my self ^^
    How it looks with a Databases which is only save encrypted Values?
    Then you have just to save your key.
    He was talking about preventing database access, not about securing his data

    Edit:
    You either allow a client data or you don't. A client will always be vulnerable to decoding.
    Last edited by The Corvo; 04-19-2016 at 10:08 AM.
    I'm only giving my skype through PM. If you got added by someone claiming to be me verify it with a pm!

  6. #6
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Quote Originally Posted by MikeRohsoft View Post
    Then i sniff the Traffic and ask Server by my self
    There is no way to send data to the client without sending them to the client at all...

Similar Threads

  1. I REALLY need help
    By Kyojiro in forum General
    Replies: 15
    Last Post: 07-11-2010, 07:19 AM
  2. What is thiS im ReallY Stuck
    By damzki3 in forum CrossFire Help
    Replies: 16
    Last Post: 04-14-2010, 04:26 AM
  3. is cs really good ??? betta than warrock??
    By scuartas in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 22
    Last Post: 02-09-2006, 11:02 AM
  4. For you who really want to play gunz
    By A7X Oblivian in forum Gunz General
    Replies: 0
    Last Post: 02-07-2006, 07:29 PM