<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.nwl.cc/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://wiki.nwl.cc/feed.php">
        <title>DokuWiki - encryption</title>
        <description></description>
        <link>https://wiki.nwl.cc/</link>
        <image rdf:resource="https://wiki.nwl.cc/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-05-17T04:11:08+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.nwl.cc/encryption/dm-crypt?rev=1153005169&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.nwl.cc/encryption/gnupg?rev=1476097630&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.nwl.cc/encryption/ipsec?rev=1255904275&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.nwl.cc/encryption/openvpn?rev=1703293478&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.nwl.cc/encryption/ssh?rev=1314992787&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.nwl.cc/encryption/ssl?rev=1328959546&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.nwl.cc/_media/wiki/dokuwiki.svg">
        <title>DokuWiki</title>
        <link>https://wiki.nwl.cc/</link>
        <url>https://wiki.nwl.cc/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.nwl.cc/encryption/dm-crypt?rev=1153005169&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-07-15T23:12:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dm-crypt</title>
        <link>https://wiki.nwl.cc/encryption/dm-crypt?rev=1153005169&amp;do=diff</link>
        <description>Hier gibts alles zur Crypto-Schnittstelle des Linux-Device-Mappers, 
welcher mittels derer nicht nur Software-Raid, sondern auch Crypto-Filesystems
verwalten kann.

Vorraussetzungen

Kernel-Config

Natürlich muss Support für den Device Mapper und das darunterliegende</description>
    </item>
    <item rdf:about="https://wiki.nwl.cc/encryption/gnupg?rev=1476097630&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-10-10T11:07:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>gnupg</title>
        <link>https://wiki.nwl.cc/encryption/gnupg?rev=1476097630&amp;do=diff</link>
        <description>This page covers using GNU&#039;s Privacy Guard to sign and/or encrypt files or
emails.

Signing

ASC Signature

Signing text files and including the signature inline:
gpg --clearsign testfile
creates testfile.asc:


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

bla blubb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDjiponMPprxY1hCcRAqwQAJ0TKJsjpIp7AHEguVtp/amMMaLCcwCfSeRz
/DcIOvltZ7M/azef+SiroAg=
=I+7W
-----END PGP SIGNATURE-----</description>
    </item>
    <item rdf:about="https://wiki.nwl.cc/encryption/ipsec?rev=1255904275&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-18T22:17:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ipsec</title>
        <link>https://wiki.nwl.cc/encryption/ipsec?rev=1255904275&amp;do=diff</link>
        <description>IPSec

The following describes nwl&#039;s site IPSec setup. It&#039;s rather complex, as it has
to fulfil a number of requirements:

	*  be of the roadwarrior type (clients with changing IPs)
	*  provide an official IPv6 address for clients
	*  do not imply the need of a subnet behind the server or client to tunnel into</description>
    </item>
    <item rdf:about="https://wiki.nwl.cc/encryption/openvpn?rev=1703293478&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-12-23T01:04:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>openvpn</title>
        <link>https://wiki.nwl.cc/encryption/openvpn?rev=1703293478&amp;do=diff</link>
        <description>Tunnel without Security

Here&#039;s the respective man page excerpt:
Example 1: A simple tunnel without security
    On may:

           openvpn --remote june.kg --dev tun1 --ifconfig 10.4.0.1 10.4.0.2 --verb 9

    On june:

           openvpn --remote may.kg --dev tun1 --ifconfig 10.4.0.2 10.4.0.1 --verb 9

    Now verify the tunnel is working by pinging across the tunnel.

    On may:

           ping 10.4.0.2

    On june:

           ping 10.4.0.1</description>
    </item>
    <item rdf:about="https://wiki.nwl.cc/encryption/ssh?rev=1314992787&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-02T19:46:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ssh</title>
        <link>https://wiki.nwl.cc/encryption/ssh?rev=1314992787&amp;do=diff</link>
        <description>ssh-agent

Manual Setup

This describes how to setup everything manually, for a more intuitive way see
“pam_ssh” below.

You can place these two lines into the startscript of your window manager:
[-n &quot;`pgrep ssh-agent`&quot;] || ssh-agent -s &gt; $HOME/.ssh/AGENT_VARS
[&quot;`pgrep ssh-agent`&quot; = &quot;$SSH_AGENT_PID&quot;] || source $HOME/.ssh/AGENT_VARS &gt;/dev/null 2&gt;&amp;1</description>
    </item>
    <item rdf:about="https://wiki.nwl.cc/encryption/ssl?rev=1328959546&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-11T11:25:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ssl</title>
        <link>https://wiki.nwl.cc/encryption/ssl?rev=1328959546&amp;do=diff</link>
        <description>SSL

This documentation covers OpenSSL only, as it is the standard implementation for Linux.

Commands

OpenSSL commands are specified as first argument to the openssl binary. Normally each command has it&#039;s own manpage.

req

req covers things done with</description>
    </item>
</rdf:RDF>
