javascript - Decryption of URL variables without view source revealing decryption code -


from php code, i'm passing 2 variables on url show below:

https://www.myurl.com?var1=3940291834f8&var2=7c5b38920001134d8a

the problem if encrypt values i'm passing, how going de-crypt them without revealing (from browser's view source option) how encryption performed , making encryption effort moot?

the variables function in same way username , password java script uses poll variable values , connection status of iot device.

any appreciated.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -