Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

434
Views
How to cast data to different types in Javascript, just like in Java?

I wanted to make this Encoding/Decoding Javascript function, which I used to make in Java, but I haven't figured out how to cast bytes to a different types. Simply, I want to make this, but in Javascript :

(Java)
String input = "something", mssg;
int key = 12;
for(int i = 0; i < input.length(); i++) {
   mssg = mssg + (char) (input.charAt(i) ^ key);
}
return mssg;

See the (char) there? I have no idea how to do that in Javascript. To encode a character, or in Javascript's case, a Symbol, using the XOR operation with number 'key' to XOR the bytes of the symbol and then make a String out of it, which you can, by XORing the String by the same key, decode. Thanks for any help.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!