AKushWarrior / steel_crypt

A collection of high-level API's exposing PointyCastle to perform hashing and encrypting in popular/secure algorithms.
https://pub.dev/packages/steel_crypt
Mozilla Public License 2.0
40 stars 10 forks source link

Issue with communication between Dart-Java #14

Closed AKushWarrior closed 4 years ago

AKushWarrior commented 4 years ago

I also encountered a communication encryption problem between Java and fluent in Java. AES/CFB/NoPadding is used in Java, and I can't use the nopadding of CFB to fill in in steel_crypt!

_Originally posted by @cailetech in https://github.com/AKushWarrior/steel_crypt/issues/11#issuecomment-572958119_

AKushWarrior commented 4 years ago

this is really similar to https://github.com/AKushWarrior/steel_crypt/issues/6. Does that answer your questions @cailetech?

AKushWarrior commented 4 years ago

I'm closing this for now. Let me know if you have further issues @cailetech.