# POCO SQLite and SQLCipher integration

**URL:** https://discuss.zetetic.net/t/poco-sqlite-and-sqlcipher-integration/3908
**Category:** SQLCipher
**Created:** [September 11, 2019, 2:40pm UTC](https://discuss.zetetic.net/t/poco-sqlite-and-sqlcipher-integration/3908 "2019-09-11T14:40:50Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![darkop](https://avatars.discourse-cdn.com/v4/letter/d/bb73d2/32.png) [@darkop](https://discuss.zetetic.net/u/darkop)
#### Post date: [September 11, 2019, 2:40pm UTC](https://discuss.zetetic.net/t/poco-sqlite-and-sqlcipher-integration/3908/1 "2019-09-11T14:40:50Z")

</div>

Hi

I need to use both POCO SQLite wrapper and SQLCipher in a project.  
Essentially, is there a way to integrate a SQLCipher in a library which already uses, and is built with sqlite3?

My intention was to use SQLCipher library and call **sqlite3\_key()** function every time I get the Session using POCO, before executing the queries and statements.

---

_[View the full topic](https://discuss.zetetic.net/t/poco-sqlite-and-sqlcipher-integration/3908)._
