Is there anyway to encrypt data for MotionModel? I was looking at it and it looks like it writes to a file. I’m not sure what would be the best transparent way to encrypt the data?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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_saveandafter_saveas well asbefore_deleteandafter_deletehooks. Encryption could be placed in the thebefore_savehook method. That leaves the small matter of decryption which would be user implemented as-needed for display.