asarmor
asarmor copied to clipboard
Encryption: encrypt files from existing asar archive
Currently we only expose an API to encrypt an existing source/dist/build folder. It would be nice to also have an API to encrypt an existing asar archive as a whole.
I agree, I taught it's already possible through the beforePack and afterPack as said in the readme, But, I'm eager to use it through the CLI (and pack asar files)! Good work!
I agree, I taught it's already possible through the beforePack and afterPack as said in the readme
Then you must have overlooked that by mistake because even in the README it's only shown that input source folders are supported at the moment. This issue addresses this limitation so we can just specify a source .asar file and get an output .asar file instead.
Any updates about that?
No. Feel free to work on it.