summaryrefslogtreecommitdiff
path: root/doc/usage.rst
blob: bd499a93373fb7fa3e1cf0dc8fb18604198213d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Usage
==================================================

This section describes the usage of the Python-RSA module.


Generating keys
--------------------------------------------------

Before you can use RSA you need keys. You will receive a private key
and a public key.

.. note::

    The private key is called *private* for a reason. Never share this
    key with anyone.


Encryption and decryption
--------------------------------------------------


Signing and verification
--------------------------------------------------


Working with big files
--------------------------------------------------