dsgd4654674 2016-03-17 11:53 采纳率: 0%
浏览 29

客户托管的数据库,有限阅读[关闭]

Imagine the following scenario. You're running a social media platform built with PHP7/MySQL as a PaaS (Platform as a Service), with lots of companies using the same solution. A big company wants to have a white-label solution of this, and import all of their customers into this solution.

Now you have a big problem, because this company doesn't want anyone to have access to their data. On the other hand, you don't want to let the customer host everything themselves since that would give them your source code.

One solution? Continue delivering the platform as PaaP, but with the platform talking directly to a customer-hosted MySQL database. However, this still makes it possible for you as a platform owner to steal their data.

Is it any possibility for the customer to limit queries or build any safeguards so that they can host the database, but also prevent us from stealing their data?

  • 写回答

1条回答 默认 最新

  • douxi3404 2016-03-17 12:31
    关注

    Get a lawyer and make data disclosure/protection agreement.

    It is possible to encrypt connection data between PaaS server and database. But not the processing part, where PaaS server still need raw data afterwards to make the processing. Unless your PaaS are only mean to process encrypted data.

    If both party don't trust each other, there is tons of accusation can be made on data leakage, e.g. the "big customer" can still accuse there is possible of data logger module collecting the info.

    On the other hand, service provider may choose to recompile and obfuscate their code, throw in nasty checksum to prevent installation to another system, make software difficult to update and patch.

    评论

报告相同问题?

悬赏问题

  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类
  • ¥15 微带串馈天线阵列每个阵元宽度计算
  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏