We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ asarmor -a app.asar -o encrypted.asar --encryption $ md5sum *.asar 794dd6176606b585dd6d13ad84fd47cf app.asar 794dd6176606b585dd6d13ad84fd47cf encrypted.asar
the encrypted output is overwritten with the input asar (line 72):
asarmor/bin/asarmor.ts
Lines 53 to 73 in 2c91d08
The text was updated successfully, but these errors were encountered:
Hi @j4k0xb would you be interested in creating a PR to solve this issue?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
$ asarmor -a app.asar -o encrypted.asar --encryption $ md5sum *.asar 794dd6176606b585dd6d13ad84fd47cf app.asar 794dd6176606b585dd6d13ad84fd47cf encrypted.asar
the encrypted output is overwritten with the input asar (line 72):
asarmor/bin/asarmor.ts
Lines 53 to 73 in 2c91d08
The text was updated successfully, but these errors were encountered: