Working with sensitive data: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
{{method|moderator=Jouni}} | {{method|moderator=Jouni}} | ||
[[Category:Code under inspection]] | |||
==Question== | ==Question== |
Revision as of 10:05, 27 August 2013
Moderator:Jouni (see all) |
|
Upload data
|
Question
How to work with data that has sensitive parts?
Answer
Encode and save a table as object
- This interface encodes (encrypts) a table and saves it as an R object into the Opasnet server. You can retrieve the data using the code below by giving the password you gave here and the key of the model run (from the URL).
Open and decode (decrypt) a saved object
- You can open and decode a previously saved data by giving the key of the model run and the password you then created.
Working with non-sensitive data
- You can also save and retrieve non-sensitive data, which anyone can open and see if they just have the key of the run that created the objects.
- You can open a previously saved data by giving the key of the model run.
See also
References
Related files
<mfanonymousfilelist></mfanonymousfilelist>