From d7120d73b4f1904a36496874fc9467811c1d4be4 Mon Sep 17 00:00:00 2001 From: Nick Parker Date: Mon, 9 May 2016 16:21:31 -0500 Subject: [PATCH] Link to SQLite in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d39892a..67cc7a7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## SQLCipher -SQLCipher extends the SQLite database library to add security enhancements that make it more suitable for encrypted local data storage such as on-the-fly encryption, tamper evidence, and key derivation. Based on SQLite, SQLCipher closely tracks SQLite and periodically integrates stable SQLite release features. +SQLCipher extends the [SQLite](https://www.sqlite.org) database library to add security enhancements that make it more suitable for encrypted local data storage such as on-the-fly encryption, tamper evidence, and key derivation. Based on SQLite, SQLCipher closely tracks SQLite and periodically integrates stable SQLite release features. SQLCipher is maintained by Zetetic, LLC, the official site can be found [here](https://www.zetetic.net/sqlcipher/).