开发者

How to implement and maintain E-commerce application when business don't want to disclose merchant details to developers?

Recently we've developed an E-Commerce web application for a client. We are at the stage before launch and the client is not happy to disclosing live merchant account details to us because they don't want us to potentially being able to see their clients' data.

Since we are开发者_运维问答 going to maintain their website (running off their servers but we will still have access to the site files) I cannot see an easy solution to this other than trust.

How to implement and maintain E-commerce application when business don't want to disclose merchant details to developers?


Have you signed, or have you suggested using a non-disclosure agreement (NDA)?


Consider encrypting the details in a configuration file.

The key for decrypting these details could then be held in another folder which is only available to the application and to the client.

While certainly not foolproof this would stop trivial disclosure of the account details.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜