0
我的android應用程序正在從CipherInputStream加載圖像。 BitmapFactory對其進行編碼需要很長時間。因此,隨着反射的使用,我已將CipherInputStream的inputBuffer大小從20更改爲32768.之後,加載開始以5-10倍的速度開始工作。問題是如何使用CipherInputStream進行操作會影響應用程序的安全性?CipherInputStream輸入緩衝區大小如何影響應用程序的安全性?