|
1 |
| -[](https://pub.dev/packages/cryptography) |
2 |
| -[](https://github.com/dint-dev/cryptography/actions?query=workflow%3A%22Dart+CI%22) |
| 1 | +[](https://pub.dev/packages/cryptography_plus) |
| 2 | +[](https://github.com/emz-hanauer/dart-cryptography/actions?query=workflow%3A%22Dart+CI%22) |
3 | 3 |
|
4 | 4 | # Overview
|
5 | 5 |
|
6 | 6 | Cryptographic packages for [Dart](https://dart.dev) / [Flutter](https://flutter.dev) developers.
|
7 | 7 | Open-sourced under the [Apache License 2.0](LICENSE).
|
8 | 8 |
|
9 |
| -Maintained by [gohilla.com](https://gohilla.com). Licensed under the [Apache License 2.0](LICENSE). |
| 9 | +> Package was maintained by [gohilla.com](https://gohilla.com). Repository was moved to [emz-hanauer/dart-cryptography](https://github.com/emz-hanauer/dart-cryptography) due to lack of maintenance. |
10 | 10 |
|
11 | 11 | ## Packages
|
12 |
| - * [cryptography](cryptography) |
13 |
| - * Cryptography API for Dart / Flutter. |
14 |
| - * Contains cryptographic algorithm implementations written in pure Dart. |
15 |
| - * Contains cryptographic algorithm implementations that use Web Cryptography API in browsers. |
16 |
| - * [cryptography_flutter](cryptography_flutter) |
17 |
| - * Contains cryptographic algorithm implementations that use operating system APIs in Android |
18 |
| - and Apple operating systems (iOS, Mac OS X, etc.). |
19 |
| - * [cryptography_flutter_integration_test](cryptography_flutter_integration_test) |
20 |
| - * Integration test project for "cryptography_flutter". |
21 |
| - * [cryptography_test](cryptography_flutter) |
22 |
| - * Cross-platform tests. Note that "cryptography" and "cryptography_flutter_integration_test" |
23 |
| - contain more tests than just these. |
24 |
| - * [jwk](jwk) |
25 |
| - * JWK (JSON Web Key) encoding / decoding. |
| 12 | + |
| 13 | +- [cryptography_plus](cryptography) |
| 14 | + - Cryptography API for Dart / Flutter. |
| 15 | + - Contains cryptographic algorithm implementations written in pure Dart. |
| 16 | + - Contains cryptographic algorithm implementations that use Web Cryptography API in browsers. |
| 17 | +- [cryptography_flutter_plus](cryptography_flutter) |
| 18 | + - Contains cryptographic algorithm implementations that use operating system APIs in Android |
| 19 | + and Apple operating systems (iOS, Mac OS X, etc.). |
| 20 | +- [cryptography_flutter_integration_test](cryptography_flutter_integration_test) |
| 21 | + - Integration test project for "cryptography_flutter". |
| 22 | +- [cryptography_test](cryptography_flutter) |
| 23 | + - Cross-platform tests. Note that "cryptography" and "cryptography_flutter_integration_test" |
| 24 | + contain more tests than just these. |
| 25 | +- [jwk](jwk) |
| 26 | + - JWK (JSON Web Key) encoding / decoding. |
26 | 27 |
|
27 | 28 | ## Contributing
|
| 29 | + |
28 | 30 | Please share feedback / issue reports in the
|
29 |
| -[issue tracker](https://github.com/dint-dev/cryptography/issues). |
| 31 | +[issue tracker](https://github.com/emz-hanauer/dart-cryptography/issues). |
30 | 32 |
|
31 |
| -Pull requests are welcome. |
| 33 | +Pull requests are welcome. |
0 commit comments