I'm using Objectify to store entities into the datastore for my App Engine Project. I need the data to be encrypted... Is this something that happens automatically, or will I need to implement the encryption/decryption at the points in my code where I read/write the entity?
I've looked through the GAE documentation, but the only reference I could find to encryption was for Cloud Storage (buckets.) I couldn't find any mention of encryption with Cloud Datastore.