CryptoJS AES Decryption Not Giving original ZIP/EPUB file in react native
问题 I am using CryptoJS to encrypt my epub (or zip) file and decrypt it. I am using react native to create the app. But I don't know why the decrypted file is not the original epub file. The error while opening the decrypted epub file is: Error in opening zip file. And I am using react-native-fetch-blob for file reading and writing. Here is my code: Encryption encrypt() { // ENCRYPTION RNFetchBlob.fs.readFile(`${RNFetchBlob.fs.dirs.DownloadDir}/startup.epub`, 'base64') .then(result => { console