<?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: Security Key in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946119#M18320</link>
    <description>Please note - this is a user message board.  I participate, but can't promise to respond to every question.&lt;BR /&gt;&lt;BR /&gt;The argument here is a pointer, so you need to pass LOC(lpVolumeSerialNumber) to make it work.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Wed, 09 May 2001 05:48:34 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2001-05-09T05:48:34Z</dc:date>
    <item>
      <title>Security Key</title>
      <link>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946113#M18314</link>
      <description>Hello-   &lt;BR /&gt;I'd like to find a simple solution to protect our software from a customer copying it and/or using it on another machine. I'd like it to install once with a key, then prevent it from being installed elsewhere, and to have the .exe tied to that machine in some way.   &lt;BR /&gt;  &lt;BR /&gt;I gather I need some sort of security key utility - trying to move into the 21st century and rid myself of dongles. Does anyone have any recommendations? It'd be nice to find one that works easily with DVF.</description>
      <pubDate>Tue, 03 Apr 2001 01:41:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946113#M18314</guid>
      <dc:creator>kvrichardson</dc:creator>
      <dc:date>2001-04-03T01:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Security Key</title>
      <link>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946114#M18315</link>
      <description>You'll find such things to be unpopular nowadays...  For example, what if the licensed machine breaks?  The user can't then run the software on a backup system.&lt;BR /&gt;&lt;BR /&gt;I haven't tried it myself, but the &lt;A href="http://www.polyhedron.com/pls/pls.html" target="_blank"&gt;Polyhedron Licensing System&lt;/A&gt; supports CVF and claims to offer protection tied to a particular disk being present.  I don't know if it can necessarily tie the .EXE to that disk.&lt;BR /&gt;&lt;BR /&gt;The most popular commercial package is FLEXlm from &lt;A href="http://www.globetrotter.com/" target="_blank"&gt;Globetrotter&lt;/A&gt;, but it requires some use of Visual C.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 03 Apr 2001 02:03:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946114#M18315</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-04-03T02:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Security Key</title>
      <link>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946115#M18316</link>
      <description>I just found a good thread at &lt;A href="http://groups.google.com" target="_blank"&gt;http://groups.google.com&lt;/A&gt; in comp.lang.fortran (Subject: Software Security), with input from Steve Lionel of Compaq.   &lt;BR /&gt;  &lt;BR /&gt;If you guys have anything to add to that, great. Otherwise, I'll assume &lt;A href="https://community.intel.com/www.globetrotter.com" target="_blank"&gt;www.globetrotter.com&lt;/A&gt; or &lt;A href="https://community.intel.com/www.paceap.com" target="_blank"&gt;www.paceap.com&lt;/A&gt; are my recommended destinations.  &lt;BR /&gt;Thanks,  &lt;BR /&gt;Keith</description>
      <pubDate>Tue, 03 Apr 2001 02:04:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946115#M18316</guid>
      <dc:creator>kvrichardson</dc:creator>
      <dc:date>2001-04-03T02:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Security Key</title>
      <link>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946116#M18317</link>
      <description>Thanks, Steve. I'm hearing you in stereo.</description>
      <pubDate>Tue, 03 Apr 2001 02:07:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946116#M18317</guid>
      <dc:creator>kvrichardson</dc:creator>
      <dc:date>2001-04-03T02:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Security Key</title>
      <link>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946117#M18318</link>
      <description>Polyhedron relies mostly on the hard drive serial number for security. &lt;BR /&gt; &lt;BR /&gt;I can't get a modified version of DVF sample DRIVES (samplesadvancedwin32drives) to pick up the serial number. I just replaced NULL with lpVolumeSerialNumber (integer) and made the call. Any help would be appreciated. &lt;BR /&gt; &lt;BR /&gt;bRC = GetVolumeInformation(                                       &amp;amp; &lt;BR /&gt;                      lpszdrivename,                              &amp;amp; &lt;BR /&gt;                      Volume,                                     &amp;amp; &lt;BR /&gt;                      50,                                         &amp;amp; &lt;BR /&gt;                      lpVolumeSerialNumber,                       &amp;amp; &lt;BR /&gt;                      NULL,                                       &amp;amp; &lt;BR /&gt;                      NULL,                                       &amp;amp; &lt;BR /&gt;                      lpszSystemName,                             &amp;amp; &lt;BR /&gt;                      32) &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Keith</description>
      <pubDate>Tue, 03 Apr 2001 04:41:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946117#M18318</guid>
      <dc:creator>kvrichardson</dc:creator>
      <dc:date>2001-04-03T04:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Security Key</title>
      <link>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946118#M18319</link>
      <description>Steve - am I way off base on that request? Or does it involve too much tweaking? The serial number is an element in that array returned - why can't I get it to work? &lt;BR /&gt; &lt;BR /&gt;Thanks, &lt;BR /&gt; &lt;BR /&gt;Keith</description>
      <pubDate>Wed, 09 May 2001 04:50:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946118#M18319</guid>
      <dc:creator>kvrichardson</dc:creator>
      <dc:date>2001-05-09T04:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Security Key</title>
      <link>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946119#M18320</link>
      <description>Please note - this is a user message board.  I participate, but can't promise to respond to every question.&lt;BR /&gt;&lt;BR /&gt;The argument here is a pointer, so you need to pass LOC(lpVolumeSerialNumber) to make it work.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 09 May 2001 05:48:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946119#M18320</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-05-09T05:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Security Key</title>
      <link>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946120#M18321</link>
      <description>I showed my ignorance in two respects!  &lt;BR /&gt; &lt;BR /&gt;Thanks for responding. &lt;BR /&gt;Keith</description>
      <pubDate>Thu, 10 May 2001 04:56:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946120#M18321</guid>
      <dc:creator>kvrichardson</dc:creator>
      <dc:date>2001-05-10T04:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Security Key</title>
      <link>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946121#M18322</link>
      <description>Hi, Keith.  Don't be too hard on yourself :).  The fact that LOC(lpVolumeSerialNumber) is needed is a byproduct of a poor language mapping from Fortran to C that MS used in the FPS interface blocks for Win32 APIs.  There is no sound reason to have to use LOC here.  Instead the reference attribute should have been applied to this parameter in the interface block.   &lt;BR /&gt; &lt;BR /&gt;CVF supports these interfaces for backward compatibility with FPS.  I thought that a solution for supporting both the old interfaces and newer (better?!) interfaces was coming.  Maybe in version 6.6. :) &lt;BR /&gt; &lt;BR /&gt;-John</description>
      <pubDate>Sun, 13 May 2001 21:36:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Security-Key/m-p/946121#M18322</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-05-13T21:36:09Z</dc:date>
    </item>
  </channel>
</rss>

