brix / crypto-js

JavaScript library of crypto standards.
Other
15.88k stars 2.39k forks source link

How to encrpy and then decrypt a video file using crpytoJS #392

Open VISHARAD17 opened 2 years ago

VISHARAD17 commented 2 years ago

I am trying to encrypt a video file then store it in a local folder and then take it as a input and decrypt it and download the original file again

shivam0831 commented 2 years ago

@VISHARAD17 did you get any solution?

VISHARAD17 commented 2 years ago

Yes, I have implemented it by referring to one article online but I do not have its link. You can check-out my repo here Thanks !

shivam0831 commented 2 years ago

@VISHARAD17 Thanks for sharing your repo. I am working on react-native and your code is confusing for me. I just want to encrypt and decrypt video files from local storage.