my problem:
- I have a MS-SQL database at my customers site.
- I have a MySQL database at my customers web site.
- I want to transfer certain data from the local MS-SQL to the web MySQL.
- I want to have the data on my MySQL encrypted (it's sensitive customer data).
- I want end-users to get their data from the MySQL. (using Livecode standalones)
I'm able to control the web site, using .htaccess and MySQL permissions. I might have Livecode server running there, if needed. And I can script the local MS-SQL.
But since it's sensitive data that shall no be exposed in any way, I want to be sure I'm not missing something.
Question:
Has anybody already done this?
What to think of?
Where's the problems?
What is wrong in my plan?
Thx for any reply, I'm quite unsure atm if it's possible at all w/o major coding. Quite sure to get my MS-SQL data up into the web-MSSQL, and adding an encryption shouldn't be the problem. But then I'd have to decrypt the data coming back to the users of my livecode proggie, and this might have performace issues, too. (data can be several MB, and user machine can be a rather poor netbook, even a fone in the next step ...)
Is there:
- Any link
- Any other resource, or
- Any educated reply?