Skip to content

Commit

Permalink
* Generate RSA KeyPairs and import to pem format.
Browse files Browse the repository at this point in the history
* Supports AES. CBC、CFB-8、CFB-128、ECB、OFB-128、CTR.
  • Loading branch information
meetleev committed Sep 22, 2022
1 parent 9580309 commit ec20a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ec20a0d

Please sign in to comment.