brix / crypto-js

JavaScript library of crypto standards.
Other
15.59k stars 2.38k forks source link

AES Encryption/Decryption Error in Zip/Epub files #144

Open Sagaryal opened 6 years ago

Sagaryal commented 6 years ago

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.

mcatmos commented 6 years ago

can you paste your code please?