Message 1 of 5
encryption help/tips
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I've just managed to get my macroscript encrypted via the following method..
Removed macroscript category info from my ms, then in the listener i ran: encryptScript "myscript.ms" version:1
which worked fine (my mse was born) so I then created another un-encrypted ms which i then added the macroscript category info back in and used
(
fileIn "myscript.mse"
)
and everything works as it should and I have no problems. Just a few questions on this method of encryption:
1.Is it possible to NOT have two separate files..ms and mse when using the method i have adopted?
2.Is it possible to easily de-crypt this method?...by using openencryptedfile? i have tried de-crypting my mse but to no avail.. if its possible how would i go about it? or is this only possible when encrypting files using the max help encryption example, using hardwareLockID and .dat files to be able to read the encrypted mse...
3.I just wanted to get the general consensus on this method of encryption? bad/good?..I'm not a programmer but have a mediocre grasp on scripting and would like a programmers point of view. I only mention this because i've found a few threads saying that its easy to crack the encryptscript(if you know what you're doing):heres a few:1,2,3.
Im not planning on selling any scripts at the moment, just thought i would learn how to encrypt maxscripts(got some free time at work :). I would assume a general artist will not be able to crack the mse, but from what i've read a programmer could hack it pretty easily...or is this not the case?
Thanks in advance!
I've just managed to get my macroscript encrypted via the following method..
Removed macroscript category info from my ms, then in the listener i ran: encryptScript "myscript.ms" version:1
which worked fine (my mse was born) so I then created another un-encrypted ms which i then added the macroscript category info back in and used
(
fileIn "myscript.mse"
)
and everything works as it should and I have no problems. Just a few questions on this method of encryption:
1.Is it possible to NOT have two separate files..ms and mse when using the method i have adopted?
2.Is it possible to easily de-crypt this method?...by using openencryptedfile? i have tried de-crypting my mse but to no avail.. if its possible how would i go about it? or is this only possible when encrypting files using the max help encryption example, using hardwareLockID and .dat files to be able to read the encrypted mse...
3.I just wanted to get the general consensus on this method of encryption? bad/good?..I'm not a programmer but have a mediocre grasp on scripting and would like a programmers point of view. I only mention this because i've found a few threads saying that its easy to crack the encryptscript(if you know what you're doing):heres a few:1,2,3.
Im not planning on selling any scripts at the moment, just thought i would learn how to encrypt maxscripts(got some free time at work :). I would assume a general artist will not be able to crack the mse, but from what i've read a programmer could hack it pretty easily...or is this not the case?
Thanks in advance!