Working with sensitive data: Difference between revisions

From Opasnet
Jump to navigation Jump to search
Line 17: Line 17:


library(OpasnetUtils)
library(OpasnetUtils)
library(xtable)


print(xtable(head(table)), type='html')
oprint(table)
etable <- objects.encode(table, key)
etable <- objects.encode(table, key)
objects.put(etable)
objects.put(etable)

Revision as of 09:02, 13 March 2013


Question

How to work with data that has sensitive parts?

Answer

Object encoding test

Tähän voit pastettaa taulun:

Cancel

Salausavain (16,32 tai 64 ascii-merkkiä):

+ Show code

Object decoding test

Identifier of the run:

Encryption key (16,32, or 64 ascii characters):

+ Show code