JavaScript: how to use data but to hide it so as it cannot be reused
- by loukote
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?
…