Encrypting Files NodeJS ERRO: EVP_DecryptFinal_ex:wrong final block length

后端 未结 0 1543
耶瑟儿~
耶瑟儿~ 2021-01-13 01:11

My Code:

    const encrypt = (buffer, key) => {
        // Create an initialization vector
        const iv = crypto.randomBytes(16);
        // Create a         


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