SQL encryption (v2021)

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

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.

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

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

Its free extension?

The FieldEncryption extension is for registered users only.