diff options
Diffstat (limited to 'lang/python/docs/dita/howto/part04/encryption.dita')
-rw-r--r-- | lang/python/docs/dita/howto/part04/encryption.dita | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/python/docs/dita/howto/part04/encryption.dita b/lang/python/docs/dita/howto/part04/encryption.dita new file mode 100644 index 00000000..572cc9d2 --- /dev/null +++ b/lang/python/docs/dita/howto/part04/encryption.dita @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE dita PUBLIC "-//OASIS//DTD DITA Composite//EN" "ditabase.dtd"> +<dita> + <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> |