blob: bd499a93373fb7fa3e1cf0dc8fb18604198213d7 [file] [log] [blame]
Sybren A. Stüvelaa28c042011-07-30 23:48:00 +02001Usage
2==================================================
3
Sybren A. Stüvela3fd61a2011-07-31 00:22:31 +02004This section describes the usage of the Python-RSA module.
Sybren A. Stüvelaa28c042011-07-30 23:48:00 +02005
Sybren A. Stüvelaa28c042011-07-30 23:48:00 +02006
Sybren A. Stüvela3fd61a2011-07-31 00:22:31 +02007Generating keys
8--------------------------------------------------
9
10Before you can use RSA you need keys. You will receive a private key
11and a public key.
12
13.. note::
14
15 The private key is called *private* for a reason. Never share this
16 key with anyone.
17
18
19Encryption and decryption
20--------------------------------------------------
21
22
23Signing and verification
24--------------------------------------------------
25
26
27Working with big files
28--------------------------------------------------
29
30
Sybren A. Stüvelaa28c042011-07-30 23:48:00 +020031