calejost / unimrcp

Automatically exported from code.google.com/p/unimrcp
Apache License 2.0
0 stars 0 forks source link

Masking of Private Data in Client Log #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Due to increasing privacy regulations, the client library needs to provide 
a method for the application to specify that certain data is private and 
must be masked or omitted from the logs.

At a minimum, the data to be optionally masked should be:
1. The content of a SPEAK request 
2. The recognition result included either in a RECOGNITION-COMPLETE event 
or a GET-RESULT response.

The following modes should be considered:
1. plain-text (mandatory)
2. masked/non-recoverable (mandatory)
3. encrypted/recoverable (optional)

Original issue reported on code.google.com by virtualolson@gmail.com on 7 Apr 2010 at 3:37

GoogleCodeExporter commented 8 years ago

Original comment by achalo...@gmail.com on 7 Apr 2010 at 3:54

GoogleCodeExporter commented 8 years ago

Original comment by achalo...@gmail.com on 13 Apr 2010 at 7:12

GoogleCodeExporter commented 8 years ago
Well, the first two mandatory options have been implemented in the trunk. See 
the
corresponding post
http://groups.google.com/group/unimrcp/browse_frm/thread/379db96d5b03b021#

The third option will be implemented, when we identify the requirements for the
encryption algorithm to use.

Original comment by achalo...@gmail.com on 27 Apr 2010 at 1:09