自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(18)
  • 收藏
  • 关注

原创 安全性指标:篡改+伪造+窃听+重放+抵赖

2015-01-31 13:46:05 1899

原创 服务端删除cookie: 响应头设置过期的时间+无效的cookie值

2015-01-30 01:20:47 2800

原创 cookie匹配规则: domain从后往前, path从前往后 (满足就送)

2015-01-28 22:56:05 1313

原创 cookie标识: name-domain-path-secureFlag

2015-01-28 22:49:48 737

原创 android系统内置HttpClient库(WebView+ Http(s)URLConnection(ok-http)+ HttpClient(apache-http))

android.webkit.WebViewjava.net.HttpURLConnection / javax.net.ssl.HttpsURLConnectionorg.apache.http.client.HttpClient

2015-01-23 17:02:17 905

原创 Most of the web pages on the Internet require no authentication or authorization

2015-01-23 02:13:08 672

原创 HTTPS:会话密钥对称加密HTTP (客户端随机数+服务端随机数+加密的随机数->会话密钥)

2015-01-22 02:54:13 4410

转载 Hierarchy-Viewer架构

2015-01-20 23:17:17 480

转载 ADB架构

2015-01-20 23:15:24 1359

原创 android data分区(标准)

2.3 >= 150MB4.0 >= 350MB4.1 >= 350MB4.2 >= 350MB4.3 >= 512MB4.4 >= 1GB5.0 >= 1.5GB

2015-01-19 11:18:09 3429

转载 RSA私钥和公钥文件格式 (pkcs#7, pkcs#8, pkcs#12, pem)

RSA Public Key file (PKCS#1)The RSA Public key PEM file is specific for RSA keys.It starts and ends with the tags:-----BEGIN RSA PUBLIC KEY-----BASE64 ENCODED DATA-----END RSA PUBLIC KEY

2015-01-16 16:37:20 32458

转载 CERT.RSA中证书的格式

2015-01-15 13:58:57 4040

原创 android打包过程

Build System

2015-01-15 01:57:55 459

原创 OpenSSL常用命令

openssl genrsa -out test.key 1024openssl rsa -in test.key -pubout -out test.pub_keyopenssl pkcs8 -topk8 -inform PEM -outform DER -in test.key -nocrypt | base64openssl dgst -sha256 test.h5 | open

2015-01-14 02:16:42 643

原创 RSA密钥文件(大整数的质数分解) (公钥)modulus+publicExponent (私钥)modulus+privateExponent

Private-Key: (31 bit)modulus: 1911166693 (0x71ea16e5)publicExponent: 65537 (0x10001)privateExponent: 1068287013 (0x3facc425)prime1: 53267 (0xd013)prime2: 35879 (0x8c27)exponent1: 37383 (0x

2015-01-14 01:17:02 16234

原创 android系统sharedUserId: SYSTEM_UID+PHONE_UID+BLUETOOH_UID+LOG_UID+NFC_UID

android.uid.system (SYSTEM_UID, 1000)android.uid.phone (PHONE_UID, 1001)android.uid.bluetooth (BLUETOOH_UID, 1002)android.uid.log (LOG_UID, 1007)android.uid.nfc (NFC_UID, 1027)

2015-01-13 02:11:32 2903

原创 android系统证书: platform+shared+media+testkey (build/target/product/security)

2015-01-13 01:42:15 3829 1

原创 Fastboot Normal + Recovery

2015-01-10 16:19:24 1223

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除