soarecostin / file-vault

A Laravel package for encrypting and decrypting files of any size
MIT License
185 stars 62 forks source link

streamDecrypt doesn't work on mobile #23

Open eflames opened 2 years ago

eflames commented 2 years ago

Hi guys,

I use file-vault to encrypt and decrypt files on my app and I'm using streamDecrypt inside streamDownload method to download those encrypted files.

This method works like a charm in desktop but in mobile the file downloaded is a .html file with random characters inside. What can I do to fix this issue?

I tried in Android 10 with Edge, Chrome and Native Xioami Browser.

Sorry for my english BTW.