emrekizildas / EntityFrameworkCore.EncryptColumn.Example

Example for using EntityFrameworkCore.EncryptColumn package.
14 stars 2 forks source link

Not able to get encrypted data #1

Open subodhnatoo21 opened 2 years ago

subodhnatoo21 commented 2 years ago

I have encrypted data using Entity Framework Core EncryptColumn and save in SQL database, but not able to get data (decrypt data) from database. It just show blank string when I fetch data from SQL database using Entity Framework. please help to resolve this 03-07-2022 07-26-25 PM .

DanTsion commented 1 year ago

Hey !

I have the same problem, the data is totally clear. I thinked the problem was solved with lenght text column but According to the Postgres character type documentation : https://www.postgresql.org/docs/9.6/static/datatype-character.html), text is variable unlimited length.

Perhaps I run my app over .Net Core 6

However, thank you for your work, your library could be very useful !!

ercag commented 1 year ago

Hello, Example project's package version is old. I tried the new version of package everything seems fine