Skip to content

Commit a838d8e

Browse files
Add build and publish badge to README
Added build and publish badge to README.
1 parent b329b0c commit a838d8e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# EfCore.EncryptedProperties
22

3+
[![Build and Publish](https://github.com/RomanGolovanov/EfCore.EncryptedProperties/actions/workflows/build-and-publish.yml/badge.svg)](https://github.com/RomanGolovanov/EfCore.EncryptedProperties/actions/workflows/build-and-publish.yml)
4+
35
Property-level encryption for Entity Framework Core 8, 9, and 10. Mark the properties that should be protected, configure where keys live, and keep using your entities in a normal EF workflow.
46

57
`EfCore.EncryptedProperties` is aimed at applications that need more than a value converter wrapped around a single AES key. It encrypts individual EF properties before they reach database storage, uses authenticated encryption for the stored payload, and includes a key-chain layer for creating, wrapping, storing, rotating, caching, and preloading data keys.

0 commit comments

Comments
 (0)