无论如何要为 MotionModel 加密数据吗?我正在看它,它看起来像是在写入文件。我不确定加密数据的最佳透明方式是什么?
问问题
43 次
1 回答
0
I replied to this on the list, but to put this where SO readers can see it: MotionModel does not include any encryption technology. It does, however, include before_save
and after_save
as well as before_delete
and after_delete
hooks. Encryption could be placed in the the before_save
hook method. That leaves the small matter of decryption which would be user implemented as-needed for display.
于 2013-01-23T22:05:52.807 回答