I think it would be nice for ease-of-use to have a key available as a settings-variable. Maybe the SECRET_KEY could be the default encrypter, but you could also have an ENCRYPTION_KEY variable as well.
That would be helpful for deployment, because you could then load these keys through environment variables. I'd rather not check my keys into version control, and deploying to something like AWS lambda is tough when it relies on your filesystem.
Less of an issue and more of a feature request. It goes without saying, but it's a great library.
I think it would be nice for ease-of-use to have a key available as a settings-variable. Maybe the
SECRET_KEYcould be the default encrypter, but you could also have anENCRYPTION_KEYvariable as well.That would be helpful for deployment, because you could then load these keys through environment variables. I'd rather not check my keys into version control, and deploying to something like AWS lambda is tough when it relies on your filesystem.
Less of an issue and more of a feature request. It goes without saying, but it's a great library.