Flutter File Encryption/Decryption [ Image, Video, Pdf, Zip ] | TechWithVP

Flutter File Encryption/Decryption [ Image, Video, Pdf, Zip ] | TechWithVP

TechWithVP

3 года назад

9,977 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Nour Alkhalil
Nour Alkhalil - 07.04.2023 20:25

thx for your video, i have a question, can we encrypt and decrypt a sqflite data base file in order to back up messages as encrypted database file(.db) and restore it (like whatsapp)

Ответить
JohnSS
JohnSS - 21.03.2023 07:33

pls how do you make the file being encrypted be a picked file.
when I try it it shows that th dile picker result has no object bodyBytes

Ответить
Roger B
Roger B - 10.12.2022 13:05

Thanks very much for your video

Ответить
Deep Dave
Deep Dave - 29.09.2022 16:32

Is there any way to stream encrypted video? Or Make decryption faster? THanks

Ответить
samatechnology
samatechnology - 08.08.2022 15:10

thank you great work i need source code

Ответить
Aman Rana
Aman Rana - 01.07.2022 14:48

Unhandled Exception: type 'Encrypted' is not a subtype of type 'List<int>'. facing this issue while writing data in file

Ответить
Movie Recaps Time
Movie Recaps Time - 20.05.2022 23:27

How to delete decrypted videos after played or predefined time or auto delete when the video finished

Ответить
Christyle-Illusion
Christyle-Illusion - 19.05.2022 12:25

can we only decrypt file from firebase storage for ex in images list (aes files) decrypted and then displayed plz help

Ответить
Fakhrul Iman
Fakhrul Iman - 13.05.2022 19:31

hi sir. i have contact you on discord. can you check it

Ответить
RITIKA RANJAN
RITIKA RANJAN - 06.02.2022 13:01

Can i get the source code?

Ответить
Sasamka Reddy
Sasamka Reddy - 28.01.2022 15:02

Sir can you provide the same operation in Java code for Android

Ответить
MT7
MT7 - 19.11.2021 09:14

This really helped me to get my project done. Great work, thank you.

Q: What should I do to make it possible to encrypt/decrypt large files?

Ответить
Saken Rai
Saken Rai - 07.11.2021 13:42

can we get the source code ?

Ответить
Shubham Kumar Sinha
Shubham Kumar Sinha - 22.10.2021 21:34

Can i get code ?

Ответить
chaiwat lupjareanpong
chaiwat lupjareanpong - 20.09.2021 13:19

What algorithm are you using?

Ответить
Vishal work
Vishal work - 14.09.2021 18:48

where is the github source code link for this tutorial

Ответить
Mahnoor Razzaq
Mahnoor Razzaq - 03.09.2021 13:27

E/flutter (32612): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: FileSystemException: Creation failed, path = '/storage/emulated/0/MyEncFolder' (OS Error: Operation not permitted, errno = 1) I got this error

Ответить
Mahnoor Razzaq
Mahnoor Razzaq - 02.09.2021 12:23

i m facing the issue " A value of type 'Uint8List' can't be assigned to a variable of type 'String'." when we make a function of readData and writeData

Ответить
ApenDev
ApenDev - 12.08.2021 18:54

Thanks for this useful video! I would also like to have a video on how to encrypt photos taken with the camera package. Ideally the image would be saved directly in encrypted format. This is a big issue for my app where I need to take pictures of documents with sensitive medical data. It is not allowed to store these images unencrypted, but the camera package can't save the photos encrypted. Thanks!

Ответить
Devansh Shukla
Devansh Shukla - 26.07.2021 21:02

I am facing an issue. After decryption when I try to open it says that file format not supported. File may be corrupt. and also it is in zip format.

Ответить
Dads Dadi
Dads Dadi - 23.07.2021 17:27

I need you to program for me encrypting files app with some easy features , can you?

Ответить
Christopher dx
Christopher dx - 11.07.2021 20:59

thank you so much and i want to use file picker with it

Ответить
Abdihakim Abdulle
Abdihakim Abdulle - 16.06.2021 06:30

Thanks Bro Where I Can Contact you Needed More Tutorials about encryption in flutter

Ответить
Rupam Karmakar
Rupam Karmakar - 08.06.2021 01:22

Where the source code

Ответить
Bagus Kurnianto
Bagus Kurnianto - 06.06.2021 03:39

can it decrypt without duplicate the file?

Ответить
Jr
Jr - 30.05.2021 13:37

Nice Video .
Bro How to make encryption from phone storage and only access the data in app you build ?

Ответить
Zaki Mukhammad
Zaki Mukhammad - 29.04.2021 11:58

can we encrypt a folder?

Ответить
MARI GANESH
MARI GANESH - 31.03.2021 11:15

Hi... How to encrypt map ?

Example:

Map<String,Sring> data = {"a":"apple", "b": "ball"};

Ответить
EGBUCHULAM ALEXANDER GINIKA
EGBUCHULAM ALEXANDER GINIKA - 17.03.2021 02:47

Please am having some issue it telling me can't launch url and it's the same url you use on the video am using but it's not working

Ответить
Ermias Gashu
Ermias Gashu - 04.03.2021 11:28

it would be great if you can share the code on GitHub

Ответить
Dulkith Bataduwa
Dulkith Bataduwa - 27.01.2021 13:47

How to play encrypted video file without save in storage ?

Ответить
vly cie
vly cie - 04.01.2021 10:32

Hi .. I have an app and i want to protect the midis and pdfs bundled in the app. I've used proguard but it's useless as it still exposes the assets. How can i encrypt it.?

Ответить
Tinashe Munikwa
Tinashe Munikwa - 02.01.2021 15:11

Hey thanks. Im having trouble with decryption. Im getting an invalid arguments exception: input data length must be a multiple of cipher's block size. What did i do wrong?

Ответить
Nelson Odo
Nelson Odo - 31.12.2020 13:46

Nice video.

Could you share your codebase for this video?

Ответить
りんりんらび - rinrinrabi
りんりんらび - rinrinrabi - 30.12.2020 05:13

Can you make a video on how to take picture with camera and encrypt the picture immediately after the picture is taken and only save the encrypted picture?

Ответить
Navin MG
Navin MG - 13.12.2020 15:24

Bro I have a doubt How to make the image encryption from phone storage instead from url

Ответить
Navin MG
Navin MG - 13.12.2020 14:14

Hey bro nice, you are mass

Ответить
SpinorApps
SpinorApps - 13.12.2020 14:02

Thank you for your good video about flutter.
I Love Mobile app development using Flutter.

Ответить
vivek panchal
vivek panchal - 13.12.2020 11:52

Finally we got this video, Thanks sir👍

Ответить