Paul Stiverson

Results 49 comments of Paul Stiverson

# Version Info * ScudCloud 1.65 * Python 3.6.5 * Qt 5.9.5 * WebKit 602.1 * PyQt 5.10.1 * SIP 4.19.7 # Distro and Desktop Info * Distro: lubuntu *...

what version of the library are you using?

When I experienced this I think the root cause was the python container that I was running in changed the way certain dependencies in the cryptography toolchain were presenting. I...

@MuhammadShahryiar Please see https://github.com/georgemarshall/django-cryptography/issues/10 > Given the nature of data encryption, anything other than `isnull` is not query-able. This is a side affect of encrypting the data in the first...

Do you have an example of anything you've tried? Just off the top of my head I would consider using a `CharField` or `TextField` and treating the json as a...

I would think that Proposal A is the easiest to adopt!

@StephanErb It would seem reasonable to also support changing the salt. What do you think?

@zaeem-maqsood I don't think a PR has been put forward for rotating keys.

Existing data _is not_ encrypted automatically when you wrap an existing field (with existing data) with the `encrypt` method. Did you do your own migration to get any existing plaintext...

Could there have been an issue with your token? Are you certain that you're using the same token (and salt) as that you used when doing the encrypting migration?