<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://openwall.info/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://openwall.info/wiki/feed.php">
        <title>Openwall Community Wiki people:solar:software:public-domain-source-code</title>
        <description></description>
        <link>https://openwall.info/wiki/</link>
        <image rdf:resource="https://openwall.info/wiki/lib/tpl/local/images/favicon.ico" />
       <dc:date>2026-05-01T17:36:28+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://openwall.info/wiki/people/solar/software/public-domain-source-code/concat?rev=1510784327&amp;do=diff"/>
                <rdf:li rdf:resource="https://openwall.info/wiki/people/solar/software/public-domain-source-code/intel-80186-disassembler?rev=1296857792&amp;do=diff"/>
                <rdf:li rdf:resource="https://openwall.info/wiki/people/solar/software/public-domain-source-code/md4?rev=1466032117&amp;do=diff"/>
                <rdf:li rdf:resource="https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5?rev=1466032276&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://openwall.info/wiki/lib/tpl/local/images/favicon.ico">
        <title>Openwall Community Wiki</title>
        <link>https://openwall.info/wiki/</link>
        <url>https://openwall.info/wiki/lib/tpl/local/images/favicon.ico</url>
    </image>
    <item rdf:about="https://openwall.info/wiki/people/solar/software/public-domain-source-code/concat?rev=1510784327&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-11-15T23:18:47+02:00</dc:date>
        <title>concat() - allocate memory and safely concatenate strings in portable C/C++</title>
        <link>https://openwall.info/wiki/people/solar/software/public-domain-source-code/concat?rev=1510784327&amp;do=diff</link>
        <description>[Download concat.c (shown below).]

This code is used in popa3d, passwdqc, and blists.

Back to other source code snippets and frameworks placed in the public domain.


/*
 * concat() - allocate memory and safely concatenate strings in portable C
 * (and C++ if you like).
 *
 * This code deals gracefully with potential integer overflows (perhaps when
 * input strings are maliciously long), as well as with input strings changing
 * from under it (perhaps because of misbehavior of another thread).…</description>
    </item>
    <item rdf:about="https://openwall.info/wiki/people/solar/software/public-domain-source-code/intel-80186-disassembler?rev=1296857792&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-04T23:16:32+02:00</dc:date>
        <title>Tiny embeddable Intel 80186/80188 disassembler</title>
        <link>https://openwall.info/wiki/people/solar/software/public-domain-source-code/intel-80186-disassembler?rev=1296857792&amp;do=diff</link>
        <description>This is a complete disassembler supporting the full instruction set of Intel 80186/80188 CPUs (16-bit x86 for embedded applications - essentially a 286 without protected mode, as far as a disassembler is concerned).  I wrote this in 1996 and have since placed it in the public domain.</description>
    </item>
    <item rdf:about="https://openwall.info/wiki/people/solar/software/public-domain-source-code/md4?rev=1466032117&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-16T01:08:37+02:00</dc:date>
        <title>A portable, fast, and free implementation of the MD4 Message-Digest Algorithm (RFC 1320)</title>
        <link>https://openwall.info/wiki/people/solar/software/public-domain-source-code/md4?rev=1466032117&amp;do=diff</link>
        <description>This is an OpenSSL-compatible implementation of the RSA Data Security, Inc. MD4 Message-Digest Algorithm (RFC 1320).

Written by Solar Designer &lt;solar at openwall.com&gt; in 2001 and placed in the public domain.  There's absolutely no warranty.

This differs from Colin Plumb's older public domain implementation in that no exactly 32-bit integer data type is required (any 32-bit or wider unsigned integer data type will do), there's no compile-time endianness configuration, and the function prototype…</description>
    </item>
    <item rdf:about="https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5?rev=1466032276&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-16T01:11:16+02:00</dc:date>
        <title>A portable, fast, and free implementation of the MD5 Message-Digest Algorithm (RFC 1321)</title>
        <link>https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5?rev=1466032276&amp;do=diff</link>
        <description>This is an OpenSSL-compatible implementation of the RSA Data Security, Inc. MD5 Message-Digest Algorithm (RFC 1321).

Written by Solar Designer &lt;solar at openwall.com&gt; in 2001 and placed in the public domain.  There's absolutely no warranty.

This differs from Colin Plumb's older public domain implementation in that no exactly 32-bit integer data type is required (any 32-bit or wider unsigned integer data type will do), there's no compile-time endianness configuration, and the function prototype…</description>
    </item>
</rdf:RDF>
