I want to create an app on GAE that will store semi-valuable data of users. Specifically, private and public encryption keys that will be used by the app to perform some encrypting and decrypting. I want to minimise the risk of users' data being stolen, so I intend on using account authorisation with Google account, but I am wondering if there is any way I can go beyond that? Is there some way to store my users' data so even if someone would get into the administrative account wouldn't be able to get? Is there some solution of encrypting the data so as only the user would be able to decode it with their account?
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
