# Windows Runtime VS full database encryption

**URL:** https://discuss.zetetic.net/t/windows-runtime-vs-full-database-encryption/1816
**Category:** SQLCipher
**Created:** [November 23, 2016, 10:11pm UTC](https://discuss.zetetic.net/t/windows-runtime-vs-full-database-encryption/1816 "2016-11-23T22:11:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![SheY](https://avatars.discourse-cdn.com/v4/letter/s/57b2e6/32.png) [@SheY](https://discuss.zetetic.net/u/SheY)
#### Post date: [November 23, 2016, 10:11pm UTC](https://discuss.zetetic.net/t/windows-runtime-vs-full-database-encryption/1816/1 "2016-11-23T22:11:55Z")

</div>

I was looking at different options of SQL Cipher. I don’t quite understand the difference between “Windows Runtime” and “[ADO.NET](http://ADO.NET) - full database encryption”, anyone can help? Thanks

---

<div class="post-metadata">

### Author: ![developernotes](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.zetetic.net/developernotes/32/1309_2.png) [@developernotes](https://discuss.zetetic.net/u/developernotes)
#### Post date: [November 23, 2016, 10:52pm UTC](https://discuss.zetetic.net/t/windows-runtime-vs-full-database-encryption/1816/2 "2016-11-23T22:52:23Z")

</div>

Hello @SheY

SQLCipher for Windows Runtime targets two different version of Windows Runtime, 8.0 and 8.1. These versions of Windows Runtime were meant for the earlier versions of the Surface tablet running [Windows RT](https://en.wikipedia.org/wiki/Windows_RT) as well as Windows 8 and up in a sandboxed environment; target architectures include `x86` and `ARM` platforms.

SQLCipher for [ADO.NET](http://ADO.NET) is a client library that is based on [System.Data.SQLite](http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki). This library includes much broader support of Windows desktop operating systems and provides both Linq and Entity Framework support. This package includes support for both `x86` and `x86_64`.

If you have any other questions, please feel free to ask.
