差異處
這裏顯示兩個版本的差異處。
| 下次修改 | 前次修改 | ||
|
公開:tibame_ios_app資訊安全 [2018/12/15 10:49] kent 建立 |
公開:tibame_ios_app資訊安全 [2021/04/19 15:12] (目前版本) kent |
||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | ====== 課程講義 ====== | ||
| + | |||
| + | [[https://www.dropbox.com/s/7ztmvjjipp1u0ww/Swift_Lesson9_Security_20210418-1_AI_Network.pdf?dl=0|下載連結]] | ||
| + | |||
| ====== 網路安全練習主機與電文資訊 ====== | ====== 網路安全練習主機與電文資訊 ====== | ||
| <file> | <file> | ||
| 主機URL: "http://class.softarts.cc/AppSecurity/encryptData.json" | 主機URL: "http://class.softarts.cc/AppSecurity/encryptData.json" | ||
| - | Package 加密 Key: "zaq1xsw2cde3vfr4" | + | Payload 加密 Key: "zaq1xsw2cde3vfr4" |
| Password 加密 Key Prefix: "1qaz2wsx" | Password 加密 Key Prefix: "1qaz2wsx" | ||
| </file> | </file> | ||
| 行 12: | 行 16: | ||
| </file> | </file> | ||
| - | ==== UDID登記表 ==== | ||
| - | [[https://docs.google.com/spreadsheets/d/1lWJeJszvQkPqZ3tLY9-ZEjtqrANw1lCOOZnjU5mfhlc/edit?usp=sharing|UDID登記表]] | ||
| - | ==== DataProtection練習憑證 ==== | + | |
| - | 僅支援有登記UDID的裝置. | + | |
| - | [[https://www.dropbox.com/s/q2lovjevtarpf3k/DataProtectionDemo%E6%86%91%E8%AD%89.zip?dl=0|憑證下載]] | + | ==== SSL Pinning ==== |
| - | <file> | + | [[https://www.ssllabs.com/ssltest/index.html |SSLLabs]] |
| - | Bundle ID: com.kent.dataprotectiondemo | + | |
| - | P12密碼: 1qaz2wsx | + | |
| - | </file> | + | |
| ==== 假 Pinning Hash ==== | ==== 假 Pinning Hash ==== | ||
| 行 28: | 行 27: | ||
| "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB=" | "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB=" | ||
| </file> | </file> | ||
| + | |||
| + | ==== UIWindow+Extension.swift 預設內容 ==== | ||
| + | [[https://www.dropbox.com/s/qw438cha0wnuwf5/UIWindow%2BExtension.swift?dl=0|UIWindow+Extension.swift]] | ||
| ==== main.swift 預設內容 ==== | ==== main.swift 預設內容 ==== | ||
| 行 52: | 行 54: | ||
| [[https://github.com/kongcup/ZMConfuse|ZMConfuse]] | [[https://github.com/kongcup/ZMConfuse|ZMConfuse]] | ||
| + | |||
| + | ==== Swift Jailbreak 偵測 ==== | ||
| + | [[https://github.com/TheSwiftyCoder/JailBreak-Detection|JailBreak-Detection]] | ||
| + | |||
| + | ==== TouchID/FaceID 範例程式 ==== | ||
| + | [[https://www.dropbox.com/s/k1bc1lcmxo522zc/SwiftHelloLocalAuthentication.zip?dl=0|SwiftHelloLocalAuthentication.zip]] | ||