Skip to content

Results

Furkan Güngör edited this page May 21, 2022 · 3 revisions

Encrypted Columns

Encrypted columns will updates when insert and update operation.

Ekran görüntüsü 2022-05-21 220117

Phone is an encrypted column.

The data is decrypted when it calls the get all entities or get by id action.

[
  {
    "id": 2,
    "name": "Ömer",
    "surname": "Seyfettin",
    "phone": "05525220174"
  }
]

Welcome to the EntityFrameworkCore.DataEncryption wiki!

Topics:

Clone this wiki locally