You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: