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

Make possible to use custom rsa keys as an alternative to luac.mtasa.com #3971

Open
1 task done
CArg22 opened this issue Jan 22, 2025 · 1 comment
Open
1 task done
Labels
enhancement New feature or request

Comments

@CArg22
Copy link
Contributor

CArg22 commented Jan 22, 2025

Is your feature request related to a problem? Please describe.

Add option to use custom rsa keys to protect scripts.
For example you put your private keys inside mtaserver.conf, set the name "foo", then use them in scripts <script src="myCompiledScript.myluac" rsaKey="foo" />

Describe the solution you'd like

none

Describe alternatives you've considered

No response

Additional context

No response

Security Policy

  • I have read and understood the Security Policy and this issue is not about a cheat or security vulnerability.
@CArg22 CArg22 added the enhancement New feature or request label Jan 22, 2025
@Nico8340
Copy link
Contributor

Basically it's not worth implementing because the script will be loaded into memory anyway, so it will never help against cheaters or malicious users. Incidentally, the current solution not only encrypts the file, but also adds additional obfuscation and other data.

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

No branches or pull requests

2 participants