obfuscate js string

Solutions on MaxInterview for obfuscate js string by the best coders in the world

showing results for - "obfuscate js string"
Lucia
22 Aug 2018
1btoa('Some text'); // U29tZSB0ZXh0
2atob('U29tZSB0ZXh0'); // Some text