aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/docs/dita/howto/part04/encryption.dita
blob: 63f11f36e9afec869904518ce91a82b0f5a0042d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dita PUBLIC "-//OASIS//DTD DITA Composite//EN" "ditabase.dtd">
<dita xml:lang="en-GB">
    <topic id="topic_on2_nqy_5db">
        <title>Encryption</title>
        <body>
            <p>Encrypting is very straight forward. In the first example below the message,
          <codeph>text</codeph>, is encrypted to a single recipient's key. In the second example the
        message will be encrypted to multiple recipients.</p>
        </body>
    </topic>
</dita>