Results 1 to 5 of 5

Thread: Security Question

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jul 2001
    Location
    Tucson, AZ
    Posts
    2,166

    Security Question

    If wrong forum please move

    I have a Gateway program (written in Java by some company) which allows me to login to a business sever(not mine nor in anyway controlled by me).
    Once logged in I receive data from this server into a VB Classic program (mine).
    I can monitor the transmission between my program and the server using Wireshark, but the transmission is encrypted.
    Since my program resides in one directory and the gateway in another directory, is there anyway to:"

    1) Actually secure my system (client) from the server (e,g, client side cursor, or browsing my directories, or downloading info from my system) ??
    2) Identify when or if any of these actions may (are) occurring?

  2. #2
    PowerPoster Spoo's Avatar
    Join Date
    Nov 2008
    Location
    Right Coast
    Posts
    2,656

    Re: Security Question

    DW

    Good question.
    I don't have an answer, but hope to learn something here.

    Spoo

  3. #3
    New Member
    Join Date
    Apr 2013
    Posts
    12

    Re: Security Question

    if you are communicating with the server using a protocol like http or odbc then your ports will only allow this traffic which precludes browsing your folders unless you setup an ftp server or were sharing through mapped drives, in which case you can control the access?

  4. #4

    Thread Starter
    PowerPoster
    Join Date
    Jul 2001
    Location
    Tucson, AZ
    Posts
    2,166

    Re: Security Question

    martinc65:

    Thanks for responding.

    For sake of argument, say the Java program which is run (by me) to start the Gateway program and link to the server contains (which I'm sure it does) a library of functions.
    Could not one (or more) of these functions be called and executed from the server using http?

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Jul 2001
    Location
    Tucson, AZ
    Posts
    2,166

    Re: Security Question

    Bump: Looking for more input.

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