mogilvie / EncryptBundle

Encryption bundle
82 stars 27 forks source link

Enhancement: Add support for ?any? column types (e.g. json) #48

Open Ninos opened 9 months ago

Ninos commented 9 months ago

Covert values before/after encryption/decrytion by using doctrine internal converter.

PS: I've tested it with json as field, should also work with all others (object, array, simple_array, ...)

mogilvie commented 1 month ago

Thankyou for the pull request. I will look to do this in V4 over the next week or two.