fluttercommunity / flutter_downloader

Flutter Downloader - A plugin for creating and managing download tasks.
https://pub.dev/packages/flutter_downloader
BSD 3-Clause "New" or "Revised" License
916 stars 515 forks source link

Download file with encryption #128

Open Kyaw-Zin-Thant opened 5 years ago

Kyaw-Zin-Thant commented 5 years ago

I want to download file that can only view in my flutter application.

hnvn commented 5 years ago

I don't get your point, what's your use-case?

Kyaw-Zin-Thant commented 5 years ago

I developed flutter application that can download video file and display. But downloaded video file from my application can be viewed in gallery. I don't want to view downloaded video file in other application. How can I do? @hnvn

yorickreum commented 5 years ago

Same problem! Works fine on iOS by downloading to ApplicationDocumentsDirectory. But sadly, this doesn't seem to be possible on Android…

guangyingmodao commented 5 years ago

I developed flutter application that can download video file and display. But downloaded video file from my application can be viewed in gallery. I don't want to view downloaded video file in other application. How can I do? @hnvn

1.2.0 - 27.08.2019 # Android: support FlutterFragmentActivity, fix bug downloaded image/video files not shown in Gallery application, improved HTTP redirection implementation, fix bug cannot open apk file in some cases

maybe you can try 1.1.9 or 1.1.8

PannagaShetty commented 4 years ago

i have the same problem did any one get the answer

deepashree-ballodi commented 4 years ago

is anyone got the solution how to encrypt video before downloading.

PannagaShetty commented 4 years ago

is anyone got the solution how to encrypt video before downloading.

yeah remove the file extention and save in the obb folder so that the video wont be shown and cant be read by mx player also.

deepashree-ballodi commented 4 years ago

is anyone got the solution how to encrypt video before downloading.

yeah remove the file extention and save in the obb folder so that the video wont be shown and cant be read by mx player also.

Thanks for the reply PannagaShetty, but I want to encrypt whole video and save it locally when user want to watch video offline I need to decrypt and play video from my local encrypted folder. This is what I wanted to do.

PannagaShetty commented 4 years ago

is anyone got the solution how to encrypt video before downloading.

yeah remove the file extention and save in the obb folder so that the video wont be shown and cant be read by mx player also.

Thanks for the reply PannagaShetty, but I want to encrypt whole video and save it locally when user want to watch video offline I need to decrypt and play video from my local encrypted folder. This is what I wanted to do.

yeah i had a same requirement but thing is for that you have to have your own file extention which can be on a harder side.

elias8 commented 4 years ago

Any update?

uc-dve commented 3 years ago

is anyone got the solution how to encrypt video before downloading.

yeah remove the file extention and save in the obb folder so that the video wont be shown and cant be read by mx player also.

I have tried. but how we show the video without extension, or how we add extension in flutter after getting the File.

PannagaShetty commented 3 years ago

Just open the video file in the video player plugin without extension it will work it is working for me

On Wed, 24 Feb, 2021, 11:10 am dhiroo verma, notifications@github.com wrote:

is anyone got the solution how to encrypt video before downloading.

yeah remove the file extention and save in the obb folder so that the video wont be shown and cant be read by mx player also.

I have tried. but how we show the video without extension, or how we add extension in flutter after getting the File.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/fluttercommunity/flutter_downloader/issues/128#issuecomment-784794878, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALRDRTGW42D3IUWTKV4A3MDTASGMBANCNFSM4I2BEWJQ .

SaliBhdr commented 3 years ago

Any updates here?

EngineerDanny commented 3 years ago

Any updates?

anaseem80 commented 2 years ago

Any updates?