CryptoJS encrypts a single file in base64 format and decrypts the encrypted file in the original format. But does not perform when I used zip/epub files. When encrypting the zip/epub files size also increases than the original and decrypting such encrypted file does not create original epub/zip readable file. Also I am using react-native.
Thankyou.
P.S: If you want the code to be pasted here, please inform me.
CryptoJS encrypts a single file in
base64
format and decrypts the encrypted file in the original format. But does not perform when I used zip/epub files. When encrypting the zip/epub files size also increases than the original and decrypting such encrypted file does not create original epub/zip readable file. Also I am using react-native. Thankyou.P.S: If you want the code to be pasted here, please inform me.