JavaScript: how to use data but to hide it so as it cannot be reused
Posted
by loukote
on Stack Overflow
See other posts from Stack Overflow
or by loukote
Published on 2010-04-26T15:55:20Z
Indexed on
2010/04/26
16:03 UTC
Read the original article
Hit count: 189
Hi all.
I've some data that i'd like to publish just on one website, ie. it should not be reused on other websites. The data is a set of numbers that change every day, our journalists work to get hard gather it.
Is there any way to hide, crypt, etc. the data in a way that it cannot be reused by others? But to show it in a graph in the same time?
I found the ASCII to HEX tool that could be used for (http://utenti.multimania.it/ascii2hex/). I wonder if you can suggest other ways. (Even if I have to completely change the strategy.)
Many thanks!
© Stack Overflow or respective owner