From ec20a0db4e6c7babdd0555823787254fdfdd7dec Mon Sep 17 00:00:00 2001 From: LeeWei Date: Thu, 22 Sep 2022 19:26:59 +0800 Subject: [PATCH] =?UTF-8?q?*=20Generate=20RSA=20KeyPairs=20and=20import=20?= =?UTF-8?q?to=20pem=20format.=20*=20Supports=20AES.=20CBC=E3=80=81CFB-8?= =?UTF-8?q?=E3=80=81CFB-128=E3=80=81ECB=E3=80=81OFB-128=E3=80=81CTR.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75321c2..53da01b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Pub](https://img.shields.io/pub/v/crypto_x.svg?style=flat-square)](https://pub.dev/packages/crypto_x) [![support](https://img.shields.io/badge/platform-android%20|%20ios%20|%20web%20|%20macos%20|%20windows%20|%20linux%20-blue.svg)](https://pub.dev/packages/crypto_x) -A Dart library for encryption and decryption. Advanced RSA based on pointycastle. +A Dart library for encryption and decryption. Advanced RSA, AES based on pointycastle. ## Features