开发者

encrypt with mysql and decrypt with sqlite3?

开发者 https://www.devze.com 2023-02-15 00:16 出处:网络
i\'m planning to create a web service to displays encrypted values. i then plan to create an android app开发者_C百科 to read this web service and download it to local database then decrypts it and dis

i'm planning to create a web service to displays encrypted values. i then plan to create an android app开发者_C百科 to read this web service and download it to local database then decrypts it and displays it in List.

is this possible?

thanks


I would imagine the best way to do this would to insert the values from the website into the sqlite db and then decrypt them on the fly so that the data is not exposed if your phone is lost. However, the decryption process may take awhile and thus make the UX less than desirable. Hope that helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消