SQL encryption (v2021)

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
ahmed7
User
Posts: 100

SQL encryption (v2021)

Post by ahmed7 »

hello
I use v21 , my problem is when make sql server column encryption , so the column which encrypted it before be like this (System.Byte[]) in application .
So is there any way to fix that and show the origin data?
Thanks


MichaelG
User
Posts: 1110

Post by MichaelG »

If you encrypt by the database, you should also decrypt by the database. You can change SqlSelect in the Page_Load server event to change the SELECT SQL.


ahmed7
User
Posts: 100

Post by ahmed7 »

how cam do that please?

I found way that used with normal application which created by visual studio , they used (Column Encrypted Setting = Enabled) in appsettings.json file.
and did try it with my application which created by asp.net maker but not work.

please help me


MichaelG
User
Posts: 1110

Post by MichaelG »

You'd better use the FieldEncryption extension for ASP.NET Maker if you are a registered user.


ahmed7
User
Posts: 100

Post by ahmed7 »

Its free extension?


MichaelG
User
Posts: 1110

Post by MichaelG »

The FieldEncryption extension is for registered users only.


Post Reply