How to encrypt a third-party api key on a website

I got the key to the violin. I am still involved in how to use this api on my website. At the moment, my api key is in a java script that is visible to everyone. I am using visual studio to develop this website.

can anyone tell me how to encrypt this api key?

+4
source share
1 answer

Use JCryption http://www.jcryption.org/

Cryption is a javascript HTML form encryption plugin that encrypts the POST / GET data that will be sent when the form is submitted.

+1
source

All Articles