<?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 Re: Questions about the use of JSL encryption. in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Questions-about-the-use-of-JSL-encryption/m-p/847686#M102256</link>
    <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Set this "original.&lt;/SPAN&gt;&lt;SPAN class=""&gt;JSL" is that simple&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=Open("$SAMPLE_DATA/Big Class.jmp");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Get the machine code of his MAC card for JSL like this&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;txt=Run Program(Executable("cmd.exe"),Options({"/c getmac"}),Read Function("text"));Set Clipboard( txt );txt = Regex( txt, "[\n\r]", "\!n", globalreplace );txt=Substitute(txt,"\!n",""," ","");前="==00";off1=Contains(txt,前);If(off1,tx=SubStr(txt,off1+2,Length(txt)));后="\Device";off2=Contains(tx,后,-1);If(off2,abc=SubStr(tx,1,off2-1));
Set Clipboard( abc );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-03-13_17-33-34.png" style="width: 511px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/73823iEF7153E3C64DFDAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-03-13_17-33-34.png" alt="2025-03-13_17-33-34.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Mar 2025 09:38:28 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2025-03-13T09:38:28Z</dc:date>
    <item>
      <title>Questions about the use of JSL encryption.</title>
      <link>https://community.jmp.com/t5/Discussions/Questions-about-the-use-of-JSL-encryption/m-p/847664#M102254</link>
      <description>&lt;P&gt;Consult the experts.&lt;BR /&gt;I want to design a JSL encryption method:&lt;BR /&gt;I this "&lt;SPAN&gt;original&lt;/SPAN&gt;.JSL" is encrypted and used by others A.But I don't want him to give it to someone else.&lt;BR /&gt;What's a good way to do script encryption this way?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 09:47:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Questions-about-the-use-of-JSL-encryption/m-p/847664#M102254</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-03-13T09:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about the use of JSL encryption.</title>
      <link>https://community.jmp.com/t5/Discussions/Questions-about-the-use-of-JSL-encryption/m-p/847674#M102255</link>
      <description>&lt;P&gt;&lt;BR /&gt;The steps that come to mind are:&lt;BR /&gt;1, I this encrypted "original.When JSL reaches A's computer, it automatically obtains the machine code of his MAC card (so it is set to 00-0B-0E-0F-00-ED).&lt;BR /&gt;2, then in and then will "original.JSL" automatically decrypts in memory, ready to automatically write new encryption JSL,&lt;BR /&gt;3, this new encrypted JSL will write the machine code of the MAC card to the new encrypted JSL, which can convert the original "original."JSL" files completely deleted, new encrypted JSL to "original.JSL" is restored in its original location.&lt;BR /&gt;4, the key is that this new encryption JSL in writing this code to be implemented: it every time before running to check the computer MAC card machine code 00-0B-0E-0F-00-ED, if not exit the script.&lt;BR /&gt;Of course this original "original."JSL" decrypts and adds MAC card machine code to regenerate new encrypted JSL files is done secretly.&lt;BR /&gt;Whether this way can be achieved.Of course, I can already obtain the machine code of the computer's MAC card by asking the AI.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 09:34:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Questions-about-the-use-of-JSL-encryption/m-p/847674#M102255</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-03-13T09:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about the use of JSL encryption.</title>
      <link>https://community.jmp.com/t5/Discussions/Questions-about-the-use-of-JSL-encryption/m-p/847686#M102256</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Set this "original.&lt;/SPAN&gt;&lt;SPAN class=""&gt;JSL" is that simple&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=Open("$SAMPLE_DATA/Big Class.jmp");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Get the machine code of his MAC card for JSL like this&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;txt=Run Program(Executable("cmd.exe"),Options({"/c getmac"}),Read Function("text"));Set Clipboard( txt );txt = Regex( txt, "[\n\r]", "\!n", globalreplace );txt=Substitute(txt,"\!n",""," ","");前="==00";off1=Contains(txt,前);If(off1,tx=SubStr(txt,off1+2,Length(txt)));后="\Device";off2=Contains(tx,后,-1);If(off2,abc=SubStr(tx,1,off2-1));
Set Clipboard( abc );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-03-13_17-33-34.png" style="width: 511px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/73823iEF7153E3C64DFDAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-03-13_17-33-34.png" alt="2025-03-13_17-33-34.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 09:38:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Questions-about-the-use-of-JSL-encryption/m-p/847686#M102256</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-03-13T09:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about the use of JSL encryption.</title>
      <link>https://community.jmp.com/t5/Discussions/Questions-about-the-use-of-JSL-encryption/m-p/847688#M102257</link>
      <description>&lt;P&gt;This "&lt;SPAN&gt;original&lt;/SPAN&gt;.jSL" script was encrypted to look like this.The encrypted password is abc123&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-03-13_17-41-08.png" style="width: 637px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/73824i0B3B1A502FD0CEC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-03-13_17-41-08.png" alt="2025-03-13_17-41-08.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Of course, if it reads the machine code of the MAC card and re-encrypts it, it can still use the abc123 password&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Experts!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 09:45:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Questions-about-the-use-of-JSL-encryption/m-p/847688#M102257</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-03-13T09:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about the use of JSL encryption.</title>
      <link>https://community.jmp.com/t5/Discussions/Questions-about-the-use-of-JSL-encryption/m-p/848087#M102321</link>
      <description>&lt;P&gt;Make sure that you don't use `Define Class` as JMP allows introspective deconstruction, even through encryption.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 05:43:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Questions-about-the-use-of-JSL-encryption/m-p/848087#M102321</guid>
      <dc:creator>ErraticAttack</dc:creator>
      <dc:date>2025-03-17T05:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about the use of JSL encryption.</title>
      <link>https://community.jmp.com/t5/Discussions/Questions-about-the-use-of-JSL-encryption/m-p/848145#M102331</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;It seems that this problem will be completed in steps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;For example, now I want to know how to implement&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Use "abc123" as the password to automatically make the following code encrypted "C:\0\test.JSL":&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=Open("$SAMPLE_DATA/Big Class.jmp");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P class=""&gt;Thanks Experts!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 12:28:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Questions-about-the-use-of-JSL-encryption/m-p/848145#M102331</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-03-17T12:28:17Z</dc:date>
    </item>
  </channel>
</rss>

