Working with sensitive data: Difference between revisions

From Opasnet
Jump to navigation Jump to search
(placeholder for encryption and decryption codes)
 
Line 35: Line 35:


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


objects.get(token)
objects.get(token)
table <- objects.decode(etable, key)
table <- objects.decode(etable, key)
print(xtable(table), type='html')
oprint(table)
</rcode>
</rcode>

Revision as of 07:23, 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