# SqlCipher integration in windows phone 8.1

**URL:** https://discuss.zetetic.net/t/sqlcipher-integration-in-windows-phone-8-1/675
**Category:** SQLCipher
**Created:** [July 17, 2015, 6:59am UTC](https://discuss.zetetic.net/t/sqlcipher-integration-in-windows-phone-8-1/675 "2015-07-17T06:59:19Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![vikrant](https://avatars.discourse-cdn.com/v4/letter/v/cc9497/32.png) [@vikrant](https://discuss.zetetic.net/u/vikrant)
#### Post date: [July 17, 2015, 6:59am UTC](https://discuss.zetetic.net/t/sqlcipher-integration-in-windows-phone-8-1/675/1 "2015-07-17T06:59:19Z")

</div>

any one please tell me where are the sqlcipher libraries available for windows phone 8.1.and please tell me how to integrate them in the windows phone 8.1 project.

---

<div class="post-metadata">

### Author: ![brodybits](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.zetetic.net/brodybits/32/515_2.png) [@brodybits](https://discuss.zetetic.net/u/brodybits)
#### Post date: [July 17, 2015, 7:28am UTC](https://discuss.zetetic.net/t/sqlcipher-integration-in-windows-phone-8-1/675/2 "2015-07-17T07:28:37Z")

</div>

> any one please tell me where are the sqlcipher libraries available for  
> windows phone 8.1.and please tell me how to integrate them in the windows  
> phone 8.1 project.

You may want to take a look at how I build it for Windows 8.1 and Windows  
Phone 8.1 in: [GitHub - storesafe/cordova-sqlcipher-adapter: A Cordova/PhoneGap plugin to create and access encrypted databases on Android, iOS, and Windows with API similar to HTML5/Web SQL API](https://github.com/litehelpers/Cordova-sqlcipher-adapter)

---

<div class="post-metadata">

### Author: ![vikrant](https://avatars.discourse-cdn.com/v4/letter/v/cc9497/32.png) [@vikrant](https://discuss.zetetic.net/u/vikrant)
#### Post date: [July 17, 2015, 9:24am UTC](https://discuss.zetetic.net/t/sqlcipher-integration-in-windows-phone-8-1/675/3 "2015-07-17T09:24:03Z")

</div>

thanks…But sorry i don’t know anything about cordova.I want to integrate it in visual Studio phone 8.1 native project(wpf) @brodybits

---

<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: [July 17, 2015, 12:52pm UTC](https://discuss.zetetic.net/t/sqlcipher-integration-in-windows-phone-8-1/675/4 "2015-07-17T12:52:16Z")

</div>

Hello @vikrant

SQLCipher for Windows Phone is a commercial offering, with licenses available [here](https://www.zetetic.net/sqlcipher/commercial-edition-ordering/). If you have any questions, feel free to drop us a line [here](mailto:support@zetetic.net).

---

<div class="post-metadata">

### Author: ![brodybits](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.zetetic.net/brodybits/32/515_2.png) [@brodybits](https://discuss.zetetic.net/u/brodybits)
#### Post date: [July 17, 2015, 1:01pm UTC](https://discuss.zetetic.net/t/sqlcipher-integration-in-windows-phone-8-1/675/5 "2015-07-17T13:01:43Z")

</div>

> thanks…But sorry i don’t know anything about cordova.I want to integrate  
> it in visual Studio phone 8.1 project(wpf)

What you have to do is first use a project like  
[GitHub - doo/SQLite3-WinRT: SQLite3 WinRT Component](https://github.com/doo/SQLite3-WinRT) to build and run sqlite on Windows or  
Windows Phone 8.1, then replace the sqlite source with the sqlcipher source  
and add one of the supported crypto providers, such as libTomCrypt (easier)  
or OpenSSL (more of a challenge).

This is NOT officially supported, I only want to help the community as much  
as I can.

---

<div class="post-metadata">

### Author: ![vikrant](https://avatars.discourse-cdn.com/v4/letter/v/cc9497/32.png) [@vikrant](https://discuss.zetetic.net/u/vikrant)
#### Post date: [July 20, 2015, 5:41am UTC](https://discuss.zetetic.net/t/sqlcipher-integration-in-windows-phone-8-1/675/6 "2015-07-20T05:41:05Z")

</div>

thanx but from where will I get sqlCipher source to replace with SQLite. @brodybits

---

<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: [July 20, 2015, 1:39pm UTC](https://discuss.zetetic.net/t/sqlcipher-integration-in-windows-phone-8-1/675/7 "2015-07-20T13:39:30Z")

</div>

Hello @vikrant

SQLCipher contains the SQLite source files. The open source project can be found [here](https://github.com/sqlcipher/sqlcipher).

---

<div class="post-metadata">

### Author: ![Madhu\_Peddamallannag](https://avatars.discourse-cdn.com/v4/letter/m/e79b87/32.png) [@Madhu\_Peddamallannag](https://discuss.zetetic.net/u/Madhu_Peddamallannag)
#### Post date: [December 8, 2017, 6:04am UTC](https://discuss.zetetic.net/t/sqlcipher-integration-in-windows-phone-8-1/675/8 "2017-12-08T06:04:42Z")

</div>

[https://www.zetetic.net/blog/2014/1/13/introducing-sqlcipher-for-windows-phone-8-and-windows-runtim.html](https://www.zetetic.net/blog/2014/1/13/introducing-sqlcipher-for-windows-phone-8-and-windows-runtim.html)

Use this link to install sqlcipher libraries available for windows phone 8.1
