Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
xymy committed Apr 5, 2020
1 parent 43a62f3 commit 1c2a60d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Installation

Require Python 3.6+.

```shell
pip install -U xycrypto
```
Expand All @@ -12,7 +14,7 @@ The `xycrypto` provides simple and elegant interfaces for ciphers.

The cryptography components for ciphers we support:
- Available *stream cipher*: `ChaCha20`, `RC4`.
- Available *block cipher*: `AES`, `DES`, `TripleDES`.
- Available *block cipher*: `AES`, `Blowfish`, `Camellia`, `CAST5`, `DES`, `IDEA`, `SEED`, `TripleDES`.
- Available *mode*: `ECB`, `CBC`, `CFB`, `OFB`, `CTR`.
- Available *padding*: `PKCS7`, `ANSIX923`, `ISO10126`.

Expand Down

0 comments on commit 1c2a60d

Please sign in to comment.