允許選擇加密後端
#3208
Replies: 1 comment
-
发错地方了吧 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
允許選擇加密後端:libsodium或Conscrypt。
libsodium:安全性好,但不支持廠商的硬件加速,用起來可能耗電。
Conscrypt:使用Android的Conscrypt stack。Android的Conscrypt stack可以包含閉源組件以支持硬件加速。使用Conscrypt可能省電。但由於Conscrypt可被廠商修改,所以如果是某些品牌手機(華為,榮耀,小米等),使用Conscrypt不能保證安全。
Beta Was this translation helpful? Give feedback.
All reactions