Issue with encrypt and decrypt a word docx file in php

前端 未结 1 1149
终归单人心
终归单人心 2021-01-22 19:04

I tried to use php mcrypt TripleDES for encryption for docx format files.

When i tried to decrypt the file, i am getting the error as follows.

相关标签:
1条回答
  • 2021-01-22 19:59

    I have been waiting for the solution more than 4 months. Finally i found some valuable answer in google. Now i have fixed it by using below link.

    http://www.howwhywhat.in/how-to-implement-common-file-encryption-and-decryption-between-c-and-php/

    Best part is ,it has live examples too:)

    0 讨论(0)
提交回复
热议问题