Encrypting MaxScripts

Encrypting MaxScripts

blakestone
Collaborator Collaborator
2,433 Views
3 Replies
Message 1 of 4

Encrypting MaxScripts

blakestone
Collaborator
Collaborator

I have encrypted a number of MaxScripts however I see websites like this " http://msedecrypt.org " which offer to decrypt your files, they even offer a trial so you can test this. I'm just wondering how they're able to do this and is there a way to encrypt MaxScripts which pages like this can not decrypt?

0 Likes
2,434 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable

Hello. Here is what you are looking for: This tool can protect your script without a chance to decrypt. There are no programs to hack this protection

http://www.scriptspot.com/3ds-max/scripts/maxscript-protector

0 Likes
Message 3 of 4

Swordslayer
Advisor
Advisor

See my comments under the script, definitely wouldn't call that 'without a chance to decrypt' when it's in fact easier to decrypt the result created by this than a .mse file you'd create the usual way.

 

@blakestone: well, if you make something that's interesting and useful to a number of people, someone will find a way to break the protection and publish the 'open' version. If it's not that interesting, plain old .mse is okay, no one will bother. That said, C++ has an edge in this regard as most of the time, the disassembly you will get out of it is not all that useful, unless you are very commited to finding a way around it... in which case, there will be a keygen or something like that in no time either way. There's also minification and obfuscation which you can use together with saving the file as .mse, though that would only help if you want to make it hard for people to copy-paste sections of your code, not if you want to make it harder to circumvent a protection you have in place. 

0 Likes
Message 4 of 4

Anonymous
Not applicable

Swordslayer, thank you for information. I'll keep it on mind.

0 Likes