<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic encryption help/tips in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/encryption-help-tips/m-p/4230683#M19039</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I've just managed to get my macroscript encrypted via the following method..&lt;BR /&gt;Removed macroscript category info from my ms, then in the listener i ran: encryptScript "myscript.ms" version:1&lt;BR /&gt;&lt;BR /&gt;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 &lt;BR /&gt;&lt;BR /&gt;(&lt;BR /&gt;fileIn "myscript.mse"&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;and everything works as it should and I have no problems. Just a few questions on this method of encryption:&lt;BR /&gt;&lt;BR /&gt;1.Is it possible to NOT have two separate files..ms and mse when using the method i have adopted?&lt;BR /&gt;&lt;BR /&gt;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...&lt;BR /&gt;&lt;BR /&gt;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:&lt;A href="http://http://area.autodesk.com/forum/autodesk-3ds-max/maxscript/encryptfile-is-not-safety/" target="_blank"&gt;1&lt;/A&gt;,&lt;A href="http://forums.cgsociety.org/showthread.php?f=98&amp;amp;t=638998" target="_blank"&gt;2&lt;/A&gt;,&lt;A href="http://forums.cgsociety.org/showthread.php?f=98&amp;amp;t=640226&amp;amp;highlight=encryption" target="_blank"&gt;3&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
    <pubDate>Tue, 13 Dec 2011 15:08:15 GMT</pubDate>
    <dc:creator>LG3D_UK</dc:creator>
    <dc:date>2011-12-13T15:08:15Z</dc:date>
    <item>
      <title>encryption help/tips</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/encryption-help-tips/m-p/4230683#M19039</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I've just managed to get my macroscript encrypted via the following method..&lt;BR /&gt;Removed macroscript category info from my ms, then in the listener i ran: encryptScript "myscript.ms" version:1&lt;BR /&gt;&lt;BR /&gt;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 &lt;BR /&gt;&lt;BR /&gt;(&lt;BR /&gt;fileIn "myscript.mse"&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;and everything works as it should and I have no problems. Just a few questions on this method of encryption:&lt;BR /&gt;&lt;BR /&gt;1.Is it possible to NOT have two separate files..ms and mse when using the method i have adopted?&lt;BR /&gt;&lt;BR /&gt;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...&lt;BR /&gt;&lt;BR /&gt;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:&lt;A href="http://http://area.autodesk.com/forum/autodesk-3ds-max/maxscript/encryptfile-is-not-safety/" target="_blank"&gt;1&lt;/A&gt;,&lt;A href="http://forums.cgsociety.org/showthread.php?f=98&amp;amp;t=638998" target="_blank"&gt;2&lt;/A&gt;,&lt;A href="http://forums.cgsociety.org/showthread.php?f=98&amp;amp;t=640226&amp;amp;highlight=encryption" target="_blank"&gt;3&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Tue, 13 Dec 2011 15:08:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/encryption-help-tips/m-p/4230683#M19039</guid>
      <dc:creator>LG3D_UK</dc:creator>
      <dc:date>2011-12-13T15:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: encryption help/tips</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/encryption-help-tips/m-p/4230684#M19040</link>
      <description>You already answer yourself, what you expect to be appended?&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;1.Is it possible to NOT have two separate files&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;- As you cannot encrypt MacroScript, the answer is persist NO.&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;2.Is it possible to easily de-crypt this method?&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;- As I know, only programmers using Max SDK are found a way to do that.&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;using hardwareLockID ...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;- Forget this variable.&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;...using openencryptedfile?&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;- There is a dramatic difference between &lt;B&gt;encryptScript&lt;/B&gt;() and &lt;B&gt;encryptFile&lt;/B&gt;(). In &lt;I&gt;encryptFile&lt;/I&gt; you add Key which you can use later on in the reverse function &lt;I&gt;openEncryptedFile&lt;/I&gt; to decript those file, while &lt;I&gt;encryptScript&lt;/I&gt; has constant and hiden key.&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;3.I just wanted to get the general consensus on this method of encryption? bad/good?..&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;- Redundant question, right?</description>
      <pubDate>Tue, 13 Dec 2011 17:20:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/encryption-help-tips/m-p/4230684#M19040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-13T17:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: encryption help/tips</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/encryption-help-tips/m-p/4230685#M19041</link>
      <description>Thanks Anubis!&lt;BR /&gt;&lt;BR /&gt;Yeh, that cleaned up alot of my concerns.. I think by reading certain encryption related forums it got me thinking that it wasn't worth the effort of encrypting my maxscripts using the method i used, so i thought i would ask someone who knows more on the matter, to get the bigger picture &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I'm abit of a maxscript novice as im self-teaching, so im trying to learn as much as possible in the spare time i have..&amp;amp; asking people like yourself speeds up the process! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; will stick with encryptscript() from now on.. and by the sounds of its quicker to setup and safer than hardwarelockID &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;thanks for your time Anubis, most appreciated!</description>
      <pubDate>Wed, 14 Dec 2011 10:41:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/encryption-help-tips/m-p/4230685#M19041</guid>
      <dc:creator>LG3D_UK</dc:creator>
      <dc:date>2011-12-14T10:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: encryption help/tips</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/encryption-help-tips/m-p/6669239#M19042</link>
      <description>&lt;P&gt;There is more convenient and secure method of encryption using this tool: &lt;A href="http://www.scriptspot.com/3ds-max/scripts/maxscript-protector" target="_blank"&gt;http://www.scriptspot.com/3ds-max/scripts/maxscript-protector&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2016 11:13:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/encryption-help-tips/m-p/6669239#M19042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-05T11:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: encryption help/tips</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/encryption-help-tips/m-p/6669975#M19043</link>
      <description>&lt;P&gt;Sorry, the link was broken. The correct link to plug-in: &lt;A title="Maxscript protector" href="http://www.turbosquid.com/FullPreview/Index.cfm/ID/1089390?referral=crea3d" target="_blank"&gt;http://www.turbosquid.com/FullPreview/Index.cfm/ID/1089390?referral=crea3d&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2016 07:14:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/encryption-help-tips/m-p/6669975#M19043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-06T07:14:07Z</dc:date>
    </item>
  </channel>
</rss>

