hey I'm getting crashes when trying to unbox larger files
mpc20001 opened this issue · 2 comments
mpc20001 commented
I'm using a foreach statement and iterating on an array that contains encrypted files. js-nacl crashes if the files is larger than 10kbs. Any idea why?
tonyg commented
Are you giving it enough memory? Can you supply a program I can run to see it failing?
mpc20001 commented
we just ended up encrypting large files separately using sa node utility and then encrypting the key to that file using js-nacl. I can't post the code but I was running it in an electron project.