<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Reprise Software</title>
    <description>The latest articles on DEV Community by Reprise Software (@reprise_software).</description>
    <link>https://dev.to/reprise_software</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3952842%2F0a64e7d6-bf32-4651-a66e-256cf42463ee.png</url>
      <title>DEV Community: Reprise Software</title>
      <link>https://dev.to/reprise_software</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/reprise_software"/>
    <language>en</language>
    <item>
      <title>Stop License Tampering: Why Digital Signatures Beat “Secret Seeds”</title>
      <dc:creator>Reprise Software</dc:creator>
      <pubDate>Wed, 12 Aug 2026 14:26:24 +0000</pubDate>
      <link>https://dev.to/reprise_software/stop-license-tampering-why-digital-signatures-beat-secret-seeds-4ong</link>
      <guid>https://dev.to/reprise_software/stop-license-tampering-why-digital-signatures-beat-secret-seeds-4ong</guid>
      <description>&lt;p&gt;If you issue plain-text license files, what stops an unscrupulous user from opening the file and changing the license count from 10 to 100 by simply tacking on an extra zero, or from upgrading your v2.0 licenses to v5.0 with a quick edit?&lt;/p&gt;

&lt;p&gt;Without a strong security approach, nothing stops them. This is where digitally signed licenses come in.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How They Work&lt;/strong&gt;&lt;br&gt;
With a digitally signed license, your entitlement data (product, version, expiration date, count, etc.) is passed through a signing algorithm to generate a unique, verifiable signature for that data. &lt;/p&gt;

&lt;p&gt;When your application loads a license file, it checks both the data and the signature.  If the data is ever modified, then the signature for that new data no longer matches the original, rendering the license invalid.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why Public Key Encryption Beats “Secret Seeds”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Early licensing products used common algorithms that were customized with secret “seeds” to ensure every vendor’s certificate generator could create and validate licenses for its products only.&lt;/p&gt;

&lt;p&gt;However, this approach had a flaw: attackers could reverse-engineer or decompile application binaries, extract the secret seeds, and build counterfeit license generators that worked seamlessly with unmodified applications. &lt;/p&gt;

&lt;p&gt;Modern licensing solves this issue using public/private key technology:   &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Private Key: Resides strictly on your secure build or licensing server to generate and sign licenses. It’s never shipped as part of your software product. &lt;/li&gt;
&lt;li&gt;Public Key: Distributed with your application binary solely to verify the digital signature. &lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>security</category>
      <category>webdev</category>
      <category>architecture</category>
      <category>cryptography</category>
    </item>
    <item>
      <title>System Guide: Setting Up a Centralized Software Licensing Server</title>
      <dc:creator>Reprise Software</dc:creator>
      <pubDate>Fri, 24 Jul 2026 16:07:41 +0000</pubDate>
      <link>https://dev.to/reprise_software/system-guide-setting-up-a-centralized-software-licensing-server-90i</link>
      <guid>https://dev.to/reprise_software/system-guide-setting-up-a-centralized-software-licensing-server-90i</guid>
      <description>&lt;p&gt;Having visibility into user access and seat distribution is crucial for businesses of all sizes, and license servers help you get there.&lt;/p&gt;

&lt;p&gt;Implementing a centralized server allows you to manage, monitor and control your licenses from a single network location. &lt;/p&gt;

&lt;p&gt;Here’s a guide to help you map out the core requirements and configuration to get your server running smoothly:&lt;/p&gt;

&lt;p&gt;System Requirements&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Operating system:  Windows 10 and 11; Apple macOS; or various Linux distributions.&lt;/li&gt;
&lt;li&gt;Processor: An Intel or AMD 64-bit processor &lt;/li&gt;
&lt;li&gt;Additional Software: You might need additional components, such as Microsoft Edge WebView2 Runtime for graphical interfaces.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Configuration Process&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Installation&lt;/li&gt;
&lt;li&gt;Option files: The file contains settings discussing how the license server operates&lt;/li&gt;
&lt;li&gt;Port Setup: Configure the communication ports &lt;/li&gt;
&lt;li&gt;Service Restart: Reload the license server service to apply new settings&lt;/li&gt;
&lt;li&gt;Control Access Panel &amp;amp; Test: Once the server is configured, test the connection from the client machine to ensure it is successful.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Once the process is complete, be sure to regularly monitor and conduct continuous training. &lt;/p&gt;

&lt;p&gt;Check out the full breakdown here:&lt;br&gt;
&lt;a href="https://reprisesoftware.com/post/software-license-server-explained-enhancing-software-asset-management?utm_source=reddit&amp;amp;utm_medium=social&amp;amp;utm_campaign=july&amp;amp;utm_content=dev.to_post_1"&gt;https://reprisesoftware.com/post/software-license-server-explained-enhancing-software-asset-management?utm_source=reddit&amp;amp;utm_medium=social&amp;amp;utm_campaign=july&amp;amp;utm_content=dev.to_post_1&lt;/a&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>devops</category>
      <category>systemadmin</category>
      <category>testing</category>
    </item>
    <item>
      <title>Sandbox Environments for Hosted Activation and RLM Cloud</title>
      <dc:creator>Reprise Software</dc:creator>
      <pubDate>Tue, 21 Jul 2026 17:18:32 +0000</pubDate>
      <link>https://dev.to/reprise_software/sandbox-environments-for-hosted-activation-and-rlm-cloud-28mo</link>
      <guid>https://dev.to/reprise_software/sandbox-environments-for-hosted-activation-and-rlm-cloud-28mo</guid>
      <description>&lt;p&gt;Explore, test, and iterate, with sandbox environments. &lt;/p&gt;

&lt;p&gt;Simulate your real-world licensing setup without the risk, through an isolated environment that gives you total freedom to experiment. &lt;/p&gt;

&lt;p&gt;So what makes a sandbox environment so great? &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Allows you to test without breaking production or affecting end-users&lt;/li&gt;
&lt;li&gt;Try API calls, test error handling, and simulate edge cases without stress&lt;/li&gt;
&lt;li&gt;Experiment with your licensing structure by evaluating delivery workflows and simulating renewals and expirations&lt;/li&gt;
&lt;li&gt;Train your newest developers, product managers, or support engineers on the platform&lt;/li&gt;
&lt;li&gt;Eliminate bottlenecks by testing, learning and being able to deliver with confidence&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If your a Reprise customer using Hosted Activation and RLM Cloud you have access to this environment today. Learn more about how a sandbox could be beneficial to you: &lt;a href="https://reprisesoftware.com/post/welcome-to-your-new-activation-playground-reprise-launches-sandbox-environments-for-hosted-activation-and-rlm-cloud?utm_source=dev.to&amp;amp;utm_medium=social&amp;amp;utm_campaign=july&amp;amp;utm_content=dev.to_post_2"&gt;https://reprisesoftware.com/post/welcome-to-your-new-activation-playground-reprise-launches-sandbox-environments-for-hosted-activation-and-rlm-cloud?utm_source=dev.to&amp;amp;utm_medium=social&amp;amp;utm_campaign=july&amp;amp;utm_content=dev.to_post_2&lt;/a&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>devops</category>
      <category>webdev</category>
      <category>saas</category>
    </item>
    <item>
      <title>Using SSL Certificates (HTTPS) with RLM</title>
      <dc:creator>Reprise Software</dc:creator>
      <pubDate>Mon, 13 Jul 2026 18:05:41 +0000</pubDate>
      <link>https://dev.to/reprise_software/using-ssl-certificates-https-with-rlm-439j</link>
      <guid>https://dev.to/reprise_software/using-ssl-certificates-https-with-rlm-439j</guid>
      <description>&lt;p&gt;License administrators are now able to run the RLM web server with SSL certificates, allowing for increased protection though third party identification via web server. &lt;/p&gt;

&lt;p&gt;To implement SSL certificates you can instruct RLM to use HTTPS during startup with the command parameters -sslcert and -sslpriv. But note that certificate files cannot be used if password protected. &lt;/p&gt;

&lt;p&gt;Example code: rlm ‑sslcert /path/to/cert.pem ‑sslpriv /path/to/privkey.pem&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How do I create an SSL Certificate?&lt;/strong&gt;&lt;br&gt;
There are many ways that you can procure SSL certificates, here are 3 options:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Purchase it from a certificate provider. These types of certificates are trusted more by OS and browsers.&lt;/li&gt;
&lt;li&gt;Free Services like Let’s Encrypt will provide SSL certificates. &lt;/li&gt;
&lt;li&gt;Create and generate your own. But be warned these self-signed certificates are not trusted by OS or browsers and will display warning messages.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Can’t connect to Web Server after implementing SSL Certificates?&lt;/strong&gt;&lt;br&gt;
Make sure your connecting your RLM server via HTTP. Your URLs should look like:&lt;/p&gt;

&lt;p&gt;-&lt;a href="https://hostname:%5Bport-number%5D" rel="noopener noreferrer"&gt;https://hostname:[port-number]&lt;/a&gt;&lt;br&gt;
-&lt;a href="https://ip-address:%5Bport-number%5D" rel="noopener noreferrer"&gt;https://ip-address:[port-number]&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Got more questions? Check out our article that guides you through the process: &lt;a href="https://reprisesoftware.com/knowledge-base/using-ssl-certificates-https-with-rlm?utm_source=dev.to&amp;amp;utm_medium=social&amp;amp;utm_campaign=july&amp;amp;utm_content=dev.to_post_3"&gt;Using SSL Certificates (HTTPS) with RLM&lt;/a&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>devops</category>
      <category>saas</category>
      <category>architecture</category>
    </item>
  </channel>
</rss>
