I am sending a JSON with some important data to the frontend using Nodejs. If i enter in the explorer the url of the JSON i am requesting the json data is displayed. Also, if i firebug the website i am able to view the POST or GET requests with that important data.
I need a way of communicating with from backend to frontend but being encrypted so that nobody can never see that important data.
I am thinking of using google fusion tables (excel in the cloud) to achieve this, but i am sure there must be a simpler solution.
Regards,