Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Best way to remotely send/retrieve data (securely)

Best way to remotely send/retrieve data (securely)

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpphpmysqlxml
3 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    Uranium 235
    wrote on last edited by
    #1

    For VB.net 2008 So a program i've had in my head for a while, i've been thinking about how to go about retrieving data over the internet or even lan (securely) mysql is a possibility, but dealing with the cert files on the client and lack of support for the connector is a pain (mainly due to no longer support for .net 2008, and I plan to make it strict .net 3.5 for compatability reasons) What I did with one old, unrelated program was (.net 2005) was use PHP to feed XML over https (though it had no signing, I overrode that). This seemed to work fine, but i'm still not sure if this is the BEST way to go about it. Really I think of the best ways would be PHP/MySQL/XML over lan, but I don't want to expose my scripts any other ideas?

    L 1 Reply Last reply
    0
    • U Uranium 235

      For VB.net 2008 So a program i've had in my head for a while, i've been thinking about how to go about retrieving data over the internet or even lan (securely) mysql is a possibility, but dealing with the cert files on the client and lack of support for the connector is a pain (mainly due to no longer support for .net 2008, and I plan to make it strict .net 3.5 for compatability reasons) What I did with one old, unrelated program was (.net 2005) was use PHP to feed XML over https (though it had no signing, I overrode that). This seemed to work fine, but i'm still not sure if this is the BEST way to go about it. Really I think of the best ways would be PHP/MySQL/XML over lan, but I don't want to expose my scripts any other ideas?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      A "LAN" is not the same things as "the internet" in terms of a target audience.

      It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

      U 1 Reply Last reply
      0
      • L Lost User

        A "LAN" is not the same things as "the internet" in terms of a target audience.

        It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

        U Offline
        U Offline
        Uranium 235
        wrote on last edited by
        #3

        oh believe me I know. But network (lan) traffic can still be intercepted, packet sniffed, and if unencrypted, exploited. I'm now looking into possibly mysql over SSH. Disadvantage of course is the app must have the SSH username/password as program variables, which can be extracted. Vs direct MySQL, which you can just have a person login with their own mysql username and password. Is there any way to disassociate SSH with the filesystem/console and just mysql is there any better way than using XML/SSH for over the internet (yes, not lan). As i'm still not sure if I should do this lan or internet. This is a computer repair management software, i'm going to initially write it for myself, and maybe later release it, i'm not sure free or pay. If I use an internet web connector, I can enable a payment system for peoples accounts, but if thier internet is out, they can't use it. Lan, they can. i'm also considering using studio 2012, as the mysql connector does not work in 2008 (says "system cannot find the reference specified") and as much as i've learned vb.net a few years back, c#.net seems to be closer to PHP, my long learned language. Might consider learning c#

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups