![]() |
Decoding JS using aes.js/CryptoJSAesJson - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Java, JVM, & JRE (https://sinister.ly/Forum-Java-JVM-JRE) +--- Thread: Decoding JS using aes.js/CryptoJSAesJson (/Thread-Decoding-JS-using-aes-js-CryptoJSAesJson) |
Decoding JS using aes.js/CryptoJSAesJson - tedownyiskinm - 08-12-2019 Is there anyone on here that is able to decode some JS code i have into plain text that seems to be obfuscated using cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/rollups/aes.js and is using CryptoJSAesJson An example of the code that's basically the same is : https://malwaredecoder.com/result/146649c8a2022ebf8b61e3855b00f705 Just looking to understand what the JS code is doing. RE: Decoding JS using aes.js/CryptoJSAesJson - tedownyiskinm - 08-13-2019 I managed to decode the file into readable code using a couple of online tools and a lot of trial and error on my part and also stripped parts of the code that i dont need. Code: <?php My JS is poor so i have limited understanding of how this code is working but im pretty sure its decoding the string "b08b4ef4d042d4d7dd3746831514d1e00aedc630cf6855a9eFcjMIbcAxxtGmK0OYWCoAOyiOxfak2a0v2GUyVPibM=" using CryptoJS. If anyone is able to help me decode this string that would be awesome, not even sure its possible but hopefully one of you clever lot can help. |