cryptography icon indicating copy to clipboard operation
cryptography copied to clipboard

Cryptography for Flutter developers: encryption, digital signatures, key agreement, etc.

Results 85 cryptography issues
Sort by recently updated
recently updated
newest added

See: https://dart.dev/tools/pub/pubspec#topics Other packages with this topic include: https://pub.dev/packages?q=topic%3Acrypto

Since authors are not responding to anything ... #189 I forked the repo and we will continue to maintain it. https://github.com/emz-hanauer/dart-cryptography

Currently, it seems it does not work/compile on Android needing pretty simple fixes to the build.gradle. No commit were made for over a year. Before using this package in my...

With flutter web 3.22, it isn't possible to build app with `flutter build web --wasm`command because of this error ``` Target dart2wasm failed: ProcessException: Process exited abnormally with exit code...

I was writing some tests for my application and found an issue regarding mac validation of `decryptStream` when used together with stream operators like `transform`, `pipe` and not having an...