Skip to content
New issue

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

IDEA: enable bytenode to execute signed/encrypted bytecode #247

Open
SimoneMSR opened this issue Dec 7, 2024 · 0 comments
Open

IDEA: enable bytenode to execute signed/encrypted bytecode #247

SimoneMSR opened this issue Dec 7, 2024 · 0 comments

Comments

@SimoneMSR
Copy link

I would like to use bytecode to compile, and then run, encrypted code, so that:

  • encrypted files are crated
  • the decryption occurs within RAM, and no new file is created

compilation would be:
bytenode --compile -p passCodeFile my_code.js //creates my_code.ejs
and execution
bytenode -passCodeFile my_code.ejs

In addition, when launching the execution command, I would like to specify a script/function that return the key, instead of the passCodefile itself.
Do you think this would be possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant