使用Android应用程序在Postgresql中进行客户端加密

时间:2018-01-16 10:28:55

标签: php android postgresql encryption

我已经读过我可以在Postgresql中进行客户端加密。我有一个Android应用程序通过https连接到Apache Web服务器,该服务器具有连接到数据库的PHP脚本(暂时是MySQL免费版但我可以迁移到Postgresql)。我应该如何在这个故事中看到客户端加密?我应该采取哪些步骤?数据库必须是免费的(学校项目)。

1 个答案:

答案 0 :(得分:0)

您必须设置PostgreSQL服务器以支持SSL。请参阅the documentation in the Chapter “Server Setup and Operation”

然后在PostgreSQL连接字符串中使用sslmode = require