Skip to content

Commit 803b349

Browse files
committed
Sync English Version-Security
1 parent df7f230 commit 803b349

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

English Version/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -954,38 +954,37 @@ Demo Apk: https://play.google.com/store/apps/details?id=uk.co.alt236.btlescan
954954

955955
#### Tenth. Security
956956
1. SQLCipher
957-
Sqlite加密工具
957+
SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files.
958958
Project Address: https://github.com/sqlcipher/sqlcipher
959-
帮助文档:http://sqlcipher.net/sqlcipher-for-android/
959+
Document: http://sqlcipher.net/sqlcipher-for-android/
960960

961961
1. Conceal
962-
快速高效的进行文件加密解密
962+
Conceal provides easy Android APIs for performing fast encryption and authentication of data, such as that stored on SD cards
963963
Project Address: https://github.com/facebook/conceal
964964
Document: https://github.com/facebook/conceal#usage
965965

966966
1. Android-PasscodeLock
967-
应用锁,每次启动或从任何Activity启动应用都需要输入四位数字的密码方可进入
967+
Android Library that provides passcode lock to your app
968968
Project Address: https://github.com/wordpress-mobile/Android-PasscodeLock
969969
Demo Apk: https://play.google.com/store/apps/details?id=com.sothree.umano
970-
Similar App: Wordpress Android,支付宝,挖财
970+
Similar App: Wordpress Android, Alipay
971971

972972
1. GlowPadBackport
973-
将Android4.2的锁屏界面解锁扩展到Android1.6及1.6+
973+
A backport of the Android 4.2 GlowPadView that works on the SDK on API levels 4+
974974
Project Address: https://github.com/rock3r/GlowPadBackport
975975
Demo Apk: https://play.google.com/store/apps/details?id=net.sebastianopoggi.samples.ui.GlowPadSample
976976
Renderings: ![Renderings](https://lh6.ggpht.com/U070b6Lh6cVsVwx4jN-5nq0xqiB1PBzrYABPeJIEe2hZQ5UWOxc-FDUG77wADelToHA=h310-rw)
977977

978978
1. GlowPadView
979-
Android 4锁屏界面解锁
979+
GlowPadView for Android is a great library to implement Google's lockscreen and new alarmclock style. (Taken from Android's Source Code)
980980
Project Address: https://github.com/nadavfima/GlowPadView
981981
Renderings: https://raw.github.com/nadavfima/GlowPadView/master/example.png
982982

983983
1. android-lockpattern
984-
Android的图案密码解锁
984+
lockpattern activity for Android
985985
Project Address: https://code.google.com/p/android-lockpattern/
986986
Demo Apk: https://play.google.com/store/apps/details?id=group.pals.android.lib.ui.lockpattern.demo
987987
Document: https://code.google.com/p/android-lockpattern/wiki/QuickUse
988-
示例APP:Android开机的图案密码解锁,支付宝的密码解锁
989988
<a href="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include" title="Back to directory" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
990989

991990
#### Eleventh. Others

0 commit comments

Comments
 (0)