Alistair O'Brien

Results 1 comments of Alistair O'Brien
trafficstars

I ended up solving the issue by modifying the password_template.html as follows: ```JavaScript function decryptAndReplace(pass) { const encryptedMsg = "{encrypted}"; const encryptedHMAC = encryptedMsg.substring(0, 64); const encryptedHTML = encryptedMsg.substring(64); const...