开发者

Do ORM's implement encryption?

Typically the model for ORM's that I've used goes something like this:

Program startup: Initialize ORM db connection While running: make/modify/delete domain objects, commit changes, rinse and repeat. Program shutdown: commit any uncom开发者_Python百科mitted changes if necessary, disconnect ORM db connection

What if someone is sniffing network traffic though (and what if the application gets used over the internet)? Are the persistent objects in any way secured? I don't recall seeing any documentation for any ORMs talking about encryption.


Every ORM I've seen requires instructions on how to connect to the database. If it is configured to use an encrypted transport, then the data will be encrypted in transit.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜