All Questions
Tagged with react-native-fetch-blob encryption
2 questions
1
vote
0
answers
2k
views
CryptoJS AES Encryption in React Native
How do I encrypt and decrypt an epub/zip file in react native? I am using react-native-fetch-blob for file streaming. I have also posted this question previously in detail with no result. Here is the ...
1
vote
0
answers
779
views
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 ...