Internet Related/Filtering/Firewall Thread, Sending data over Internet securely? in Technical; If I wanted to link an app in one location to a data source elsewhere, both on completely separate networks ...
-
7th January 2010, 01:03 PM #1 Sending data over Internet securely?
If I wanted to link an app in one location to a data source elsewhere, both on completely separate networks etc what would be the most secure method other than a VPN? Been trying to dig around for info on https connections, TLS etc but haven't found anything concrete as yet?
-
-
IDG Tech News
-
7th January 2010, 01:07 PM #2 SSL encrypted web service on the datasource side to provide the information in a secure fashion is how I'd look at going about it.
-
-
7th January 2010, 01:14 PM #3 
Originally Posted by
gshaw
If I wanted to link an app in one location to a data source elsewhere
In what context? You don't have to use public-private key encryption if you just need the two locations to communicate and you can get a known, secure encryption key to each location.
--
David Hicks
-
-
7th January 2010, 01:18 PM #4 It's for a VLE hosted elsewhere to hook up to our database in order to process enrolments etc
-
-
7th January 2010, 02:46 PM #5 You may also wish to consider perfomance - if the app is one one network and the data is on another, you could find it performs quite slowly.
-
-
7th January 2010, 03:08 PM #6 It's just to sync up every couple of hours in the background rather than being queried each connection so that won't be a roblem
-
-
7th January 2010, 03:40 PM #7 
Originally Posted by
gshaw
It's for a VLE hosted elsewhere to hook up to our database in order to process enrolments etc
I've used XTEA for this purpose:
[ame=http://en.wikipedia.org/wiki/XTEA]XTEA - Wikipedia, the free encyclopedia[/ame]
--
David Hicks
-
-
7th January 2010, 07:08 PM #8 Depends on what you have at either end. 2 solutions might involve SSH tunnelling (easy with an ssh portforward, but needs ssh server which isnt standard on windows) or if you have a web server bumbling about, a bit of cgi in perl and some lwp monkeying can produce quick results over https.
-
-
7th January 2010, 08:58 PM #9 You can get (free) mutually authenticating SSL/TLS tunnel apps for Windows and they're not too hard to configure.
-
-
7th January 2010, 09:26 PM #10 
Originally Posted by
dhicks
I've used XTEA for this purpose
Sorry, meant to expand on that a bit. I posted example code on this thread:
Looking for a command Reporter based Apllication
The Python utility there runs a web service that produces results from SIMS, but you could change the embedded command-lines to run whatever you liked. The web server is actually written in Python, using Python's built-in facilities, so there's no need to mess around installing or configuring anything other than Python itself. For the XTEA encryption part of things you just need to provide a suitably random key, there's simple encrypt() and decrypt() functions to call to (unsurprisingly) encrypt and decrypt your data.
--
David Hicks
-
SHARE: 
Similar Threads
-
By matt40k in forum MIS Systems
Replies: 10
Last Post: 11th June 2009, 02:21 PM
-
By tony82 in forum Network and Classroom Management
Replies: 3
Last Post: 10th September 2007, 09:22 PM
-
By ken_kaniff in forum How do you do....it?
Replies: 3
Last Post: 5th January 2006, 12:24 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules