You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLCipher for Android - 0.0.6-BETA - Developer Preview 3
2
+
SQLCipher for Android v1 (0.0.6-RC1)
3
3
2011/10/29
4
4
5
5
CHANGELOG
6
+
- includes icu44 data file for devices without it built-in ( < 2.2)
6
7
- complete support for original Android SQLite/database package APIs
7
8
- improved platform support through unified library (less lib .so files)
8
9
- added support for CrossProcess Cursors
9
10
- now support Observers/callbacks
10
11
11
-
CURRENT SUPPORT
12
+
CURRENT TESTED PLATFORM SUPPORT
12
13
13
14
Android 2.1 (SDK Level 7)
14
15
Android 2.2 (SDK Level 8)
15
16
Android 2.3 (SDK Level 9)
16
17
Android 2.3.3 (SDK Level 10)
17
18
Android 3.0 (SDK Level 11)
18
19
Android 3.1 (SDK Level 12)
19
-
Android 3.2 (SDK Level 13 - only emulator tested)
20
+
Android 3.2 (SDK Level 13)
20
21
21
22
HOW TO
22
23
@@ -29,21 +30,30 @@ HOW TO
29
30
30
31
and you are secured!
31
32
32
-
You will need to implement some sort of PIN or password entry user interface to your application, as well.
33
+
You will need to implement a passcode entry user interface to your application, as well. The longer the passcode, the better.
33
34
34
35
ABOUT
35
36
36
37
More info and source code at:
37
38
https://guardianproject.info/code/sqlcipher/
38
39
http://sqlcipher.net
39
40
40
-
Or email:
41
+
Or contact us:
41
42
root@guardianproject.info
43
+
#guardianproject on freenode
42
44
43
45
EXPORT CONTROL
44
46
45
-
This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See <http://www.wassenaar.org/> for more information.
46
-
47
-
The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.
47
+
This distribution includes cryptographic software. The country in which you currently reside may have restrictions
48
+
on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any
49
+
encryption software, please check your country's laws, regulations and policies concerning the import, possession,
50
+
or use, and re-export of encryption software, to see if this is permitted. See <http://www.wassenaar.org/> for more
51
+
information.
52
+
53
+
The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as
54
+
Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing
55
+
cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution
56
+
makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception
57
+
(see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.
48
58
49
59
More information is available here: https://guardianproject.info/home/export-information/
0 comm 3080 it comments