Storz icon indicating copy to clipboard operation
Storz copied to clipboard

Creating custom encryption & decryption function

Open anomic30 opened this issue 2 years ago • 3 comments

Currently, we are using a custom npm package for the encryption/decryption of the files. This package doesn't have proper asynchronous methods. So we would like to create our own custom functions which are asynchronous and error-free. These functions should be able to catch errors and show the appropriate message properly.

anomic30 avatar Sep 24 '22 21:09 anomic30

you can assign it to me

shubhamku044 avatar Sep 24 '22 21:09 shubhamku044

@shubhamku044 if you need help will be willing to assist.

Onesco avatar Sep 25 '22 02:09 Onesco

we can use crypto-js for encryption and decryption.

ManavMalhotra avatar Oct 01 '22 17:10 ManavMalhotra