We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see that it only supports String fields. Any reason why it doesn't support Json fields for example? I'm a total newbie when it comes to encryption 😅
The text was updated successfully, but these errors were encountered:
It probably could work for JSON fields, since we can store a string in a JSON field.
It would require serialising the data before encryption and parsing after decryption, which is where funny stuff can happen.
Sorry, something went wrong.
No branches or pull requests
I see that it only supports String fields. Any reason why it doesn't support Json fields for example? I'm a total newbie when it comes to encryption 😅
The text was updated successfully, but these errors were encountered: