Revision 7adb7c71
AndroidManifest.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
3 |
package="info.guardianproject.notepadbot" android:versionName="0.0.2" android:versionCode="1">
|
|
3 |
package="info.guardianproject.notepadbot" android:versionName="0.0.3" android:versionCode="2">
|
|
4 | 4 |
|
5 | 5 |
<supports-screens android:smallScreens="true" |
6 | 6 |
android:normalScreens="true" |
README | ||
---|---|---|
1 | 1 |
Demo app for SQLCipher for Android |
2 | 2 |
|
3 | 3 |
Notepad Icon originally from: |
4 |
http://yaromanzarek.deviantart.com/art/iPhone-style-Notepad-icon-133822563 |
|
4 |
http://yaromanzarek.deviantart.com/art/iPhone-style-Notepad-icon-133822563 |
|
5 |
|
|
6 |
|
|
7 |
|
|
8 |
NOTICE |
|
9 |
|
|
10 |
This distribution includes cryptographic software. The country in which you |
|
11 |
currently reside may have restrictions on the import, possession, use, and/or |
|
12 |
re-export to another country, of encryption software. BEFORE using any encryption |
|
13 |
software, please check your country's laws, regulations and policies concerning the |
|
14 |
import, possession, or use, and re-export of encryption software, to see if this is |
|
15 |
permitted. See <http://www.wassenaar.org/> for more information. |
|
16 |
|
|
17 |
The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), |
|
18 |
has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, |
|
19 |
which includes information security software using or performing cryptographic |
|
20 |
functions with asymmetric algorithms. |
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