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
thank u for this nice project! i have some questions,can u explain ,than u very much!
in this code
EntityFrameworkCore.PostgreSQL.ColumnEncryption/AltairCA.EntityFrameworkCore.PostgreSQL.ColumnEncryption/Functions/AltairCAFunctionImplementation.cs
Line 138 in 99acc97
encrypt_iv(data bytea, key bytea, iv bytea, type text) returns bytea
i find the data is bytea, the key and iv are also bytea, but in the code ,why only convert data to bytea, and the key ,iv is still string
The text was updated successfully, but these errors were encountered:
No branches or pull requests
thank u for this nice project! i have some questions,can u explain ,than u very much!
in this code
EntityFrameworkCore.PostgreSQL.ColumnEncryption/AltairCA.EntityFrameworkCore.PostgreSQL.ColumnEncryption/Functions/AltairCAFunctionImplementation.cs
Line 138 in 99acc97
this is the pgcrypto function
encrypt_iv(data bytea, key bytea, iv bytea, type text) returns bytea
i find the data is bytea, the key and iv are also bytea, but in the code ,why only convert data to bytea, and the key ,iv is still string
The text was updated successfully, but these errors were encountered: