Sign in Sign up
nuget

CryptoSQLite.ORM

ORM for SQLite with data encryption. Supported Xamarin platforms: - Android - iOS 1. Just add [CryptoTable("TableName")] attribute to your class definition (Table) and [Encrypted] attribute to properties in your class that you want to be stored in a database file in encrypted view. 2. Generate your own personal encryption key, and pass it to CryptoSQLite library. 3. CryptoSQLite will encrypt all properties that have '[Encrypted]' attribute automatically when you are adding (updating) elements to your Table and decrypt all [Encrypted] properties when you are getting elements from a Table in the database file. Last updates: In 3.0.2 version .NET Standard compatibility added and fixed minor issues

nuget View on Nuget

Activity

Latest release
7y ago
Total releases
8
Cadence
~11 days
Last 12 months
0

Details

First release
Dec 30, 2016
Releases
Version Released
3.0.2 major
2.1.14 patch
2.1.13 patch
2.1.10 patch
2.1.9 patch
2.1.8 patch
2.1.7 patch
2.1.6 initial