defrex / django-encrypted-fields

This is a collection of Django Model Field classes that are encrypted using Keyczar.
MIT License
193 stars 60 forks source link

Using a environment variable instead of file path #11

Closed zallarak closed 9 years ago

zallarak commented 9 years ago

Is there a way to store the values of the files generated by Keyczar in an environment variable instead of specifying a file path where they are located?

defrex commented 9 years ago

I don't believe so. Though feel free to take a look at the Keyczar docs. If you can find a way there, then it can be done here.