asarmor icon indicating copy to clipboard operation
asarmor copied to clipboard

Encryption: encrypt files from existing asar archive

Open sleeyax opened this issue 2 years ago • 4 comments

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.

sleeyax avatar May 20 '22 08:05 sleeyax

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!

burgil avatar Jun 01 '22 23:06 burgil

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.

sleeyax avatar Jun 02 '22 13:06 sleeyax