tectiv3 / react-native-aes

Native module for AES encryption
MIT License
188 stars 135 forks source link

How to Progressively Encrypt? #71

Open andresmejia3 opened 1 year ago

andresmejia3 commented 1 year ago

Is there a way to feed chunks of data to be encrypted and decrypted? Mainly for working with large files. Thanks!