<?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: How to protect custom Library from unauthorised use in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605359#M6653</link>
    <description>&lt;P&gt;Thank you! That's what I've read on forums on the subject. Hopefully, since we want to protect the whole Lib the ITs will find a solution. (Add on)&lt;/P&gt;</description>
    <pubDate>Mon, 27 May 2024 06:30:46 GMT</pubDate>
    <dc:creator>ACLady</dc:creator>
    <dc:date>2024-05-27T06:30:46Z</dc:date>
    <item>
      <title>How to protect custom Library from unauthorised use</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605330#M6647</link>
      <description>&lt;P&gt;Hello, eveyone! I'd much appreciate your help and opinions on the subject.&lt;/P&gt;&lt;P&gt;I am currently creating a custom library of GDL objects for the company I work at. How can we make sure that the library is not copied (stolen) by third parties?&lt;/P&gt;&lt;P&gt;The main purpose is to optimize the workflow of the design team. What I want to prtect it from is someone copying the Lib and using it outside the company. Should the IT team lock the folder with a password (e.g. the AC licensing number)? Or is there a better option to protect it?&lt;/P&gt;&lt;P&gt;What is a practise that you know will work in this case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 12:56:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605330#M6647</guid>
      <dc:creator>ACLady</dc:creator>
      <dc:date>2024-05-26T12:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect custom Library from unauthorised use</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605332#M6648</link>
      <description>&lt;P&gt;You can password protect the objects and make it so that only there allowed serial numbers can use the objects. You can set some date time outs as well. This is all with in each object.&amp;nbsp; Otherwise you will likely need to write an add on that handles licenses and who can use it outside of the office&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 17:48:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605332#M6648</guid>
      <dc:creator>SenecaDesignLLC</dc:creator>
      <dc:date>2024-05-26T17:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect custom Library from unauthorised use</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605342#M6649</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/5414"&gt;@SenecaDesignLLC&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;You can password protect the objects&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Just don't forget the password or make sure you keep a copy of the object that is not password protected.&lt;/P&gt;
&lt;P&gt;There is no way to bypass or reset the password if you forget it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And a password will not stop others from using the object.&lt;/P&gt;
&lt;P&gt;the only way to do that is to tie the use to an actual license number - the script of each object or a macro (or maybe an add-on) needs to check that an autorised license number is being used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 00:55:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605342#M6649</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-05-27T00:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect custom Library from unauthorised use</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605351#M6650</link>
      <description>&lt;P&gt;There are couple of requests that can get the AC license key or the GSID (since 26 last release....and will work fully in 27.3 AFAIK), You can lock the UI/2D/3D, but unfortunately not the parameters, since only the oldest req command (works with the license with hardware keys, sw keys get different lic no on reload) works in parameters script and is able to lock parameters.&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 04:19:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605351#M6650</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2024-05-27T04:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect custom Library from unauthorised use</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605356#M6651</link>
      <description>&lt;P&gt;Thank you! I will try the password though I also read that it protects the script, not the use of the object. As for the add on, the IT team will do that.&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 06:21:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605356#M6651</guid>
      <dc:creator>ACLady</dc:creator>
      <dc:date>2024-05-27T06:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect custom Library from unauthorised use</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605358#M6652</link>
      <description>&lt;P&gt;Thank you! I will definately try the option with a license within each object. Although an add-on sounds like the proper solution, which is a task for the IT department.&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 06:25:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605358#M6652</guid>
      <dc:creator>ACLady</dc:creator>
      <dc:date>2024-05-27T06:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect custom Library from unauthorised use</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605359#M6653</link>
      <description>&lt;P&gt;Thank you! That's what I've read on forums on the subject. Hopefully, since we want to protect the whole Lib the ITs will find a solution. (Add on)&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 06:30:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605359#M6653</guid>
      <dc:creator>ACLady</dc:creator>
      <dc:date>2024-05-27T06:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect custom Library from unauthorised use</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605482#M6660</link>
      <description>&lt;P&gt;Could you not have each object request info from a "licence" object? So the licence object will contain a set date and user / key info which it can compare, then return an active or expired validation back to the requesting object? Pretty sure that is what&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/7446"&gt;@Ben Cohen&lt;/a&gt;&amp;nbsp;is doing. This makes your library self contained without the need for any extra add-ons and makes it relatively easy to update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ling.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 02:09:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-protect-custom-Library-from-unauthorised-use/m-p/605482#M6660</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2024-05-28T02:09:42Z</dc:date>
    </item>
  </channel>
</rss>

