I'm pondering storing some mildly sensitive data (credentials to another system) in the data store, and am trying to understand encryption options.
I'm relatively new to Java (C# convert), but from a cursory reading, it's unclear to me what (if any) options are available for storing encryption keys in the context of GAE. Most JKS or KeyCzar docs I've read through require system-level config (keytool, etc... makes sense, very similar to the C# world). Yet I still find the occasional post about these technologies sorta/kinda working w/ GAE (citations below). Is it just my Java-newb-ness that's making this so difficult, or are there not any better options here beyond storing keys in source code? Thanks, James Possibly Related Posts: GAE + KeyStore - http://groups.google.com/group/google-appengine-java/browse_thread/thread/9ce22babc5ec328e GAE + KeyCzar - http://groups.google.com/group/keyczar-discuss/browse_thread/thread/891a5d549c58b2c3/fc4fb9c0ffda751d?lnk=gst&q=appengine#fc4fb9c0ffda751d -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
