summaryrefslogtreecommitdiff
path: root/cmds/incidentd/src/cipher/ProtoEncryption.cpp
AgeCommit message (Collapse)Author
2019-04-30Remove encryption from incidentdYao Chen
Test: build Bug: 131371777 Change-Id: I412c73658025246004412f3bcdcf30f74d766326
2019-04-23Add encryption in incidentd.Yao Chen
+ Sections which require encryption will be encryted on disk. + When the sections are requested by clients (e.g., permission controller, report assignee), incidentd will decrypte the data. + For efficiency, encryption is done ONLY for sections that require encryption. + Use Keystore API for key management. Bug: 131084614 Test: incidentd_test Change-Id: I84d6b86807ba5bbde1051e847b2df6e79e6b5be5