Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

433
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda