How can it be possible to isolate the email and notes apps from malicious script installed in the smart phones? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can it be possible to isolate the email and notes apps from malicious script installed in the smart phones?

working on a project need help on this issue.

19th Jan 2017, 5:18 PM
Sameer Bhatt
Sameer Bhatt - avatar
1 Answer
+ 1
encrypting and decrypting, it's pretty simple to make in java pseudocode: loop through every char in your email string change the char by adding, multiplying, subtracting etc by any value save the output. read the output loop through every char again do the same backwards (so if you first done *3 -2 do +2 /3) you got your output
21st Jan 2017, 2:16 PM
Daniel S
Daniel S - avatar