var decipher = crypto.createDecipheriv('aes-256-cbc', key, iv); var result = decipher.update('+Nz/4B8NVu2NG6QZ3OHv3apKc8HOefA7VEnI+45Vnq8=', 'base64', 'utf8'); result += decipher.final('utf8'); console.log(result); => TypeError...
Open 5 tasks done Win32Exception: ApplicationName='cmd', CommandLine='/Cecho "xxx" | openssl base64', CurrentDirectory='', Native error= %1 is not a valid Win32 application.#478 xk0feopened this issueSep 15, 2020· 1 comment· May be fixed by#479 ...