Revision 7adb7c71 SQLCIPHER_LICENSE

View differences:

SQLCIPHER_LICENSE
1
http://sqlcipher.net
1
== SQLite Cipher ==
2

  
3
SQLite Cipher is an SQLite extension that provides transparent 256 bit AES encryption of database files. 
4
Pages are encrypted before being written to disk and are decrypted when read back. 
5

  
6
Encryption is provided by the OpenSSL crypto library.
7

  
8
SQLite Cipher was initially developed by Stephen Lombardo at Zetetic LLC (sjlombardo@zetetic.net)  to provide 
9
the encrypted database layer for Strip, an iPhone data vault and password manager ( http://www.zetetic.net/products/strip ).  
10

  
11
The official SQLCipher software site can be found at http://www.zetetic.net/software/sqlcipher
12

  
13
Issues or support questions on using SQLCipher should be entered into the GitHub Issue tracker:
14

  
15
http://github.com/sjlombardo/sqlcipher/issues
16

  
17
Please DO NOT post issues, support questions, or other problems to blog posts about SQLCipher as we do not monitor them frequently.
2 18

  
3 19
 Copyright (c) 2010 Zetetic LLC
4 20
            All rights reserved.

Also available in: Unified diff