PyCrypto based encrypted Property class for Google App Engine standard – is this AES implementation secure
I have a need to encrypt OAuth access and refresh tokens stored in the Google Cloud Datastore.
The goal here is to ensure that if the Datastore entities are accessed independently of the code, the OAuth tokens will be encrypted and thus un… Continue reading PyCrypto based encrypted Property class for Google App Engine standard – is this AES implementation secure