[Internal: changed] remove log, daemon check api added
[platform/core/system/sync-agent.git] / doc / groups_security_assistant.dox
1 /**\r
2  @page security_assistant Security Assistant module\r
3 \r
4  @section Overview\r
5 Security Assistant module provides capabilities to make encryption and decryption.<br>\r
6 \r
7  @image html overview_security_assistant.png "Software architecture of Security Assistant module"\r
8 \r
9 Currently Sync-agent Framework supports following encryption algorithm.\r
10         - MD5\r
11         - SHA1\r
12 \r
13 Security Assistant module has following sub implementations with each corresponding roles.<br>\r
14         - <b>Encrypt</b><br>\r
15         Provides API to encrypt stream under requested algorithm.<br>\r
16 \r
17         - <b>Decrypt</b><br>\r
18         Provides API to decryption stream under requested algorithm.<br>\r
19 */\r