|
Home > Archive > FoxPro database connector > October 2005 > Share information with a private network
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Share information with a private network
|
|
| Gerardo 2005-10-27, 8:34 am |
| The obective is , display information of a service in a netbanking network.
The files are in visual foxpro 6.0 and i need to export in information that
these people will know how to read it. I was thinking in XML, but needs to be
safe and have a High level of security . What do your recommend? where i can
find accurate and precise information for this.
Thnx
| |
| Fred Taylor 2005-10-27, 8:34 am |
| XML, since it's pure text, isn't secure. You'd need to encrypt/decrypt the
string on both ends before you consume it.
There's literally many ways you could encrypt/decrypt a string.
--
Fred
Microsoft Visual FoxPro MVP
"Gerardo" <Gerardo @discussions.microsoft.com> wrote in message
news:047AEA91-4742-4C0B-95FC- 2C5347CE6C34@microso
ft.com...
> The obective is , display information of a service in a netbanking
> network.
> The files are in visual foxpro 6.0 and i need to export in information
> that
> these people will know how to read it. I was thinking in XML, but needs to
> be
> safe and have a High level of security . What do your recommend? where i
> can
> find accurate and precise information for this.
>
> Thnx
| |
| Gerardo 2005-10-27, 8:34 am |
| Thanx Fred,
but do you have more specific information, like links, necesary software, or
some applications i can create to make safe all this information. This is the
key, there is around 4 servers, that will export this information to the
netbanking network. How should be? where i can find topics about encrypting
files in VFP.
Thanx
"Fred Taylor" wrote:
> XML, since it's pure text, isn't secure. You'd need to encrypt/decrypt the
> string on both ends before you consume it.
>
> There's literally many ways you could encrypt/decrypt a string.
>
> --
> Fred
> Microsoft Visual FoxPro MVP
>
>
> "Gerardo" <Gerardo @discussions.microsoft.com> wrote in message
> news:047AEA91-4742-4C0B-95FC- 2C5347CE6C34@microso
ft.com...
>
>
>
| |
| Fred Taylor 2005-10-27, 8:34 am |
| Use Google and search. You should find plenty.
Here's one I found from using Google and "VFP encryption":
http://www.sweetpotatosoftware.com/...79f0bce659.aspx
And after having gotten to know Craig Boyd a little better after meeting him
at Southwest Fox conference this past weekend, he's pretty sharp!
Another site in general you might want to check out is http://fox.wikis.com,
there's literally tons of stuff on all kinds of VFP topics there.
--
Fred
Microsoft Visual FoxPro MVP
"Gerardo" <Gerardo@discussions.microsoft.com> wrote in message
news:95C76196-F1EE-462C-A186- 3D47873FCD5F@microso
ft.com...[color=darkred]
> Thanx Fred,
> but do you have more specific information, like links, necesary software,
> or
> some applications i can create to make safe all this information. This is
> the
> key, there is around 4 servers, that will export this information to the
> netbanking network. How should be? where i can find topics about
> encrypting
> files in VFP.
>
> Thanx
>
>
>
> "Fred Taylor" wrote:
>
| |
|
| Gerardo wrote:
> Thanx Fred,
> but do you have more specific information, like links, necesary software, or
> some applications i can create to make safe all this information. This is the
> key, there is around 4 servers, that will export this information to the
> netbanking network. How should be? where i can find topics about encrypting
> files in VFP.
I would have thought the solution is to use a secure transmission
method. e.g. VPN, HTTPS etc.
--
Paul
|
|
|
|
|