Compile nodeezcryptor to wasm allows it to be more compact (less problems with including openssl). The only problem is Decryptfile which uses file on PC, but I think emscriptem uses file if on node, on browser there are some other buffer hacks.
I am also thinking in rewriting in rust without openssl, for wasm to become even more compact.
If you would be so kind to provide test.js for testing ...
Compile nodeezcryptor to wasm allows it to be more compact (less problems with including openssl). The only problem is Decryptfile which uses file on PC, but I think emscriptem uses file if on node, on browser there are some other buffer hacks.
I am also thinking in rewriting in rust without openssl, for wasm to become even more compact.
If you would be so kind to provide test.js for testing ...
Compile nodeezcryptor to wasm allows it to be more compact (less problems with including openssl). The only problem is Decryptfile which uses file on PC, but I think emscriptem uses file if on node, on browser there are some other buffer hacks.
I am also thinking in rewriting in rust without openssl, for wasm to become even more compact.
If you would be so kind to provide test.js for testing ...
CLosing as I have rust-wasm version in rust-wasm branch.