开发者

Do ORM's implement encryption?

开发者 https://www.devze.com 2023-01-22 12:14 出处:网络
Typically the model for ORM\'s that I\'ve used goes something like this: Program startup: Initialize ORM db connection

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

精彩评论

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

关注公众号