Working with sensitive data

From Opasnet
Jump to: navigation, search

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).

Paste your table here:

Cancel

Password (16,32, or 64 ascii characters):

+ Show code

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.

Identifier of the run:

Password (16,32, or 64 ascii characters):

+ Show code

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.

Paste your table here:

Cancel

+ Show code

You can open a previously saved data by giving the key of the model run.

Identifier of the run:

+ Show code

See also

References


Related files

<mfanonymousfilelist></mfanonymousfilelist>