Can't decrypt a file in NodeJS aes-128-cbc

后端 未结 0 1887
遇见更好的自我
遇见更好的自我 2021-01-25 22:34

I want to decrypt a file in nodejs, and I have this function so far :

var fileDecrypt = function(inputFile, outputfile, password) {
      var algorithm = \'aes-12         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题