I have a react data table which output some values that are getting scraped by some nefarious users. Can anyone recommend a way that I can hide a value so that it is not able to be scraped? Such as converting it into an image, or an svg, or something else ?
*The API is also encrypted and I'm decrypting the response on the front end so that the users can't get it from the network tab.
Any ideas appreciated thank you.